Home
last modified time | relevance | path

Searched refs:appendU4 (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/codemaker/source/javamaker/
H A Dclassfile.cxx56 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()
[all …]