Lines Matching refs:ClassFile
43 using codemaker::javamaker::ClassFile;
125 ClassFile::Code::~Code() {} in ~Code()
127 void ClassFile::Code::instrAastore() { in instrAastore()
132 void ClassFile::Code::instrAconstNull() { in instrAconstNull()
137 void ClassFile::Code::instrAnewarray(rtl::OString const & type) { in instrAnewarray()
143 void ClassFile::Code::instrAreturn() { in instrAreturn()
148 void ClassFile::Code::instrAthrow() { in instrAthrow()
153 void ClassFile::Code::instrCheckcast(rtl::OString const & type) { in instrCheckcast()
159 void ClassFile::Code::instrDup() { in instrDup()
164 void ClassFile::Code::instrGetstatic( in instrGetstatic()
173 ClassFile::Code::Branch ClassFile::Code::instrIfAcmpne() { in instrIfAcmpne()
181 ClassFile::Code::Branch ClassFile::Code::instrIfeq() { in instrIfeq()
189 ClassFile::Code::Branch ClassFile::Code::instrIfnull() { in instrIfnull()
197 void ClassFile::Code::instrInstanceof(rtl::OString const & type) { in instrInstanceof()
203 void ClassFile::Code::instrInvokeinterface( in instrInvokeinterface()
215 void ClassFile::Code::instrInvokespecial( in instrInvokespecial()
224 void ClassFile::Code::instrInvokestatic( in instrInvokestatic()
233 void ClassFile::Code::instrInvokevirtual( in instrInvokevirtual()
242 void ClassFile::Code::instrLookupswitch( in instrLookupswitch()
284 void ClassFile::Code::instrNew(rtl::OString const & type) { in instrNew()
290 void ClassFile::Code::instrNewarray(codemaker::UnoType::Sort sort) { in instrNewarray()
301 void ClassFile::Code::instrPop() { in instrPop()
306 void ClassFile::Code::instrPutfield( in instrPutfield()
315 void ClassFile::Code::instrPutstatic( in instrPutstatic()
324 void ClassFile::Code::instrReturn() { in instrReturn()
329 void ClassFile::Code::instrSwap() { in instrSwap()
334 void ClassFile::Code::instrTableswitch( in instrTableswitch()
376 void ClassFile::Code::loadIntegerConstant(sal_Int32 value) { in loadIntegerConstant()
393 void ClassFile::Code::loadStringConstant(rtl::OString const & value) { in loadStringConstant()
397 void ClassFile::Code::loadLocalInteger(sal_uInt16 index) { in loadLocalInteger()
401 void ClassFile::Code::loadLocalLong(sal_uInt16 index) { in loadLocalLong()
405 void ClassFile::Code::loadLocalFloat(sal_uInt16 index) { in loadLocalFloat()
409 void ClassFile::Code::loadLocalDouble(sal_uInt16 index) { in loadLocalDouble()
413 void ClassFile::Code::loadLocalReference(sal_uInt16 index) { in loadLocalReference()
417 void ClassFile::Code::storeLocalReference(sal_uInt16 index) { in storeLocalReference()
421 void ClassFile::Code::branchHere(Branch branch) { in branchHere()
429 void ClassFile::Code::addException( in addException()
449 ClassFile::Code::Position ClassFile::Code::getPosition() const { in getPosition()
453 ClassFile::Code::Code(ClassFile & classFile): in Code()
457 void ClassFile::Code::ldc(sal_uInt16 index) { in ldc()
469 void ClassFile::Code::accessLocal( in accessLocal()
487 ClassFile::ClassFile( in ClassFile() function in ClassFile
505 ClassFile::~ClassFile() {} in ~ClassFile()
507 ClassFile::Code * ClassFile::newCode() { in newCode()
511 sal_uInt16 ClassFile::addIntegerInfo(sal_Int32 value) { in addIntegerInfo()
527 sal_uInt16 ClassFile::addFloatInfo(float value) { in addFloatInfo()
545 sal_uInt16 ClassFile::addLongInfo(sal_Int64 value) { in addLongInfo()
561 sal_uInt16 ClassFile::addDoubleInfo(double value) { in addDoubleInfo()
579 void ClassFile::addInterface(rtl::OString const & interface) { in addInterface()
590 void ClassFile::addField( in addField()
620 void ClassFile::addMethod( in addMethod()
697 void ClassFile::write(FileStream & file) const { in write()
716 sal_uInt16 ClassFile::nextConstantPoolIndex(sal_uInt16 width) { in nextConstantPoolIndex()
730 sal_uInt16 ClassFile::addUtf8Info(rtl::OString const & value) { in addUtf8Info()
756 sal_uInt16 ClassFile::addClassInfo(rtl::OString const & type) { in addClassInfo()
775 sal_uInt16 ClassFile::addStringInfo(rtl::OString const & value) { in addStringInfo()
794 sal_uInt16 ClassFile::addFieldrefInfo( in addFieldrefInfo()
818 sal_uInt16 ClassFile::addMethodrefInfo( in addMethodrefInfo()
842 sal_uInt16 ClassFile::addInterfaceMethodrefInfo( in addInterfaceMethodrefInfo()
867 sal_uInt16 ClassFile::addNameAndTypeInfo( in addNameAndTypeInfo()
891 void ClassFile::appendSignatureAttribute( in appendSignatureAttribute()