Lines Matching refs:appendU2

51 void appendU2(std::vector< unsigned char > & stream, sal_uInt16 data) {  in appendU2()  function
140 appendU2(m_code, m_classFile.addClassInfo(type)); in instrAnewarray()
156 appendU2(m_code, m_classFile.addClassInfo(type)); in instrCheckcast()
170 appendU2(m_code, m_classFile.addFieldrefInfo(type, name, descriptor)); in instrGetstatic()
177 appendU2(m_code, 0); in instrIfAcmpne()
185 appendU2(m_code, 0); in instrIfeq()
193 appendU2(m_code, 0); in instrIfnull()
200 appendU2(m_code, m_classFile.addClassInfo(type)); in instrInstanceof()
209 appendU2( in instrInvokeinterface()
221 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokespecial()
230 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokestatic()
239 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokevirtual()
287 appendU2(m_code, m_classFile.addClassInfo(type)); in instrNew()
312 appendU2(m_code, m_classFile.addFieldrefInfo(type, name, descriptor)); in instrPutfield()
321 appendU2(m_code, m_classFile.addFieldrefInfo(type, name, descriptor)); in instrPutstatic()
387 appendU2(m_code, static_cast< sal_uInt16 >(value)); in loadIntegerConstant()
440 appendU2(m_exceptionTable, static_cast< sal_uInt16 >(start)); in addException()
442 appendU2(m_exceptionTable, static_cast< sal_uInt16 >(end)); in addException()
444 appendU2(m_exceptionTable, static_cast< sal_uInt16 >(handler)); in addException()
446 appendU2(m_exceptionTable, m_classFile.addClassInfo(type)); in addException()
465 appendU2(m_code, index); in ldc()
483 appendU2(m_code, index); in accessLocal()
497 appendU2( in ClassFile()
501 appendU2(m_attributes, addUtf8Info(signature)); in ClassFile()
587 appendU2(m_interfaces, addClassInfo(interface)); in addInterface()
602 appendU2(m_fields, static_cast< sal_uInt16 >(accessFlags)); in addField()
603 appendU2(m_fields, addUtf8Info(name)); in addField()
604 appendU2(m_fields, addUtf8Info(descriptor)); in addField()
605 appendU2( in addField()
610 appendU2( in addField()
615 appendU2(m_fields, constantValueIndex); in addField()
633 appendU2(m_methods, static_cast< sal_uInt16 >(accessFlags)); in addMethod()
634 appendU2(m_methods, addUtf8Info(name)); in addMethod()
635 appendU2(m_methods, addUtf8Info(descriptor)); in addMethod()
644 appendU2( in addMethod()
662 appendU2( in addMethod()
669 appendU2(m_methods, code->m_maxStack); in addMethod()
670 appendU2(m_methods, code->m_maxLocals); in addMethod()
673 appendU2(m_methods, code->m_exceptionTableLength); in addMethod()
675 appendU2(m_methods, 0); in addMethod()
678 appendU2( in addMethod()
685 appendU2(m_methods, static_cast< sal_uInt16 >(excs)); in addMethod()
689 appendU2(m_methods, addClassInfo(*i)); in addMethod()
743 appendU2(m_constantPool, static_cast< sal_uInt16 >(value.getLength())); in addUtf8Info()
765 appendU2(m_constantPool, nameIndex); in addClassInfo()
784 appendU2(m_constantPool, stringIndex); in addStringInfo()
808 appendU2(m_constantPool, classIndex); in addFieldrefInfo()
809 appendU2(m_constantPool, nameAndTypeIndex); in addFieldrefInfo()
832 appendU2(m_constantPool, classIndex); in addMethodrefInfo()
833 appendU2(m_constantPool, nameAndTypeIndex); in addMethodrefInfo()
857 appendU2(m_constantPool, classIndex); in addInterfaceMethodrefInfo()
858 appendU2(m_constantPool, nameAndTypeIndex); in addInterfaceMethodrefInfo()
881 appendU2(m_constantPool, nameIndex); in addNameAndTypeInfo()
882 appendU2(m_constantPool, descriptorIndex); in addNameAndTypeInfo()
895 appendU2( in appendSignatureAttribute()
899 appendU2(stream, addUtf8Info(signature)); in appendSignatureAttribute()