Home
last modified time | relevance | path

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

/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx516 sal_uInt16 index = nextConstantPoolIndex(1); in addIntegerInfo()
532 sal_uInt16 index = nextConstantPoolIndex(1); in addFloatInfo()
550 sal_uInt16 index = nextConstantPoolIndex(2); in addLongInfo()
566 sal_uInt16 index = nextConstantPoolIndex(2); in addDoubleInfo()
716 sal_uInt16 ClassFile::nextConstantPoolIndex(sal_uInt16 width) { in nextConstantPoolIndex() function in ClassFile
741 sal_uInt16 index = nextConstantPoolIndex(1); in addUtf8Info()
763 sal_uInt16 index = nextConstantPoolIndex(1); in addClassInfo()
782 sal_uInt16 index = nextConstantPoolIndex(1); in addStringInfo()
806 sal_uInt16 index = nextConstantPoolIndex(1); in addFieldrefInfo()
830 sal_uInt16 index = nextConstantPoolIndex(1); in addMethodrefInfo()
[all …]
H A Dclassfile.hxx215 sal_uInt16 nextConstantPoolIndex(sal_uInt16 width);