Lines Matching refs:descriptor

166     rtl::OString const & descriptor)  in instrGetstatic()  argument
170 appendU2(m_code, m_classFile.addFieldrefInfo(type, name, descriptor)); in instrGetstatic()
205 rtl::OString const & descriptor, sal_uInt8 args) in instrInvokeinterface() argument
210 m_code, m_classFile.addInterfaceMethodrefInfo(type, name, descriptor)); in instrInvokeinterface()
217 rtl::OString const & descriptor) in instrInvokespecial() argument
221 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokespecial()
226 rtl::OString const & descriptor) in instrInvokestatic() argument
230 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokestatic()
235 rtl::OString const & descriptor) in instrInvokevirtual() argument
239 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokevirtual()
308 rtl::OString const & descriptor) in instrPutfield() argument
312 appendU2(m_code, m_classFile.addFieldrefInfo(type, name, descriptor)); in instrPutfield()
317 rtl::OString const & descriptor) in instrPutstatic() argument
321 appendU2(m_code, m_classFile.addFieldrefInfo(type, name, descriptor)); in instrPutstatic()
592 rtl::OString const & descriptor, sal_uInt16 constantValueIndex, in addField() argument
604 appendU2(m_fields, addUtf8Info(descriptor)); in addField()
622 rtl::OString const & descriptor, Code const * code, in addMethod() argument
635 appendU2(m_methods, addUtf8Info(descriptor)); in addMethod()
796 rtl::OString const & descriptor) in addFieldrefInfo() argument
799 sal_uInt16 nameAndTypeIndex = addNameAndTypeInfo(name, descriptor); in addFieldrefInfo()
820 rtl::OString const & descriptor) in addMethodrefInfo() argument
823 sal_uInt16 nameAndTypeIndex = addNameAndTypeInfo(name, descriptor); in addMethodrefInfo()
844 rtl::OString const & descriptor) in addInterfaceMethodrefInfo() argument
847 sal_uInt16 nameAndTypeIndex = addNameAndTypeInfo(name, descriptor); in addInterfaceMethodrefInfo()
868 rtl::OString const & name, rtl::OString const & descriptor) in addNameAndTypeInfo() argument
871 sal_uInt16 descriptorIndex = addUtf8Info(descriptor); in addNameAndTypeInfo()