Lines Matching refs:appendU4
56 void appendU4(std::vector< unsigned char > & stream, sal_uInt32 data) { in appendU4() function
263 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); //FIXME: overflow in instrLookupswitch()
265 appendU4(m_code, static_cast< sal_uInt32 >(size)); in instrLookupswitch()
270 appendU4(m_code, static_cast< sal_uInt32 >(i->first)); in instrLookupswitch()
271 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); in instrLookupswitch()
351 appendU4(m_code, defaultOffset); in instrTableswitch()
353 appendU4(m_code, static_cast< sal_uInt32 >(low)); in instrTableswitch()
354 appendU4(m_code, static_cast< sal_uInt32 >(low + (size - 1))); in instrTableswitch()
359 appendU4(m_code, defaultOffset); in instrTableswitch()
361 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); in instrTableswitch()
500 appendU4(m_attributes, 2); in ClassFile()
518 appendU4(m_constantPool, static_cast< sal_uInt32 >(value)); in addIntegerInfo()
536 appendU4(m_constantPool, bytes.uint32Bytes); in addFloatInfo()
614 appendU4(m_fields, 2); in addField()
665 appendU4( in addMethod()
671 appendU4(m_methods, static_cast< sal_uInt32 >(codeSize)); in addMethod()
682 appendU4( in addMethod()
898 appendU4(stream, 2); in appendSignatureAttribute()