Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_NEW_INSTANCE.cpp1 HANDLE_OPCODE(OP_NEW_INSTANCE /*vAA, class@BBBB*/) in HANDLE_OPCODE() argument
/dalvik/libdex/
DDexOpcodes.h105 OP_NEW_INSTANCE = 0x22, enumerator
371 H(OP_NEW_INSTANCE), \
/dalvik/vm/analysis/
DDexVerify.cpp105 if (opcode == OP_NEW_INSTANCE) in computeWidthsAndCountOps()
963 case OP_NEW_INSTANCE: in verifyInstructions()
DLiveness.cpp456 case OP_NEW_INSTANCE: in processInstruction()
DCodeVerify.cpp462 if (opcode == OP_NEW_INSTANCE) in dvmCreateUninitInstanceMap()
3259 case OP_NEW_INSTANCE: in replaceFailingInstruction()
4174 case OP_NEW_INSTANCE: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp558 case OP_NEW_INSTANCE: in lowerByteCode()
DBytecodeVisitor.cpp95 case OP_NEW_INSTANCE: in getByteCodeSize()
608 case OP_NEW_INSTANCE: in getConstInfo()
1527 case OP_NEW_INSTANCE: in getVirtualRegInfo()
3537 case OP_NEW_INSTANCE: in getTempRegInfo()
/dalvik/vm/compiler/
DFrontend.cpp425 case OP_NEW_INSTANCE: in dvmCompilerCanIncludeThisInstruction()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1785 case OP_NEW_INSTANCE: { in handleFmt21c_Fmt31c()
4170 case OP_NEW_INSTANCE: in selfVerificationPuntOps()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp1845 case OP_NEW_INSTANCE: { in handleFmt21c_Fmt31c()
4285 case OP_NEW_INSTANCE:
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp1639 HANDLE_OPCODE(OP_NEW_INSTANCE /*vAA, class@BBBB*/) in HANDLE_OPCODE() argument
DInterpC-portable.cpp1650 HANDLE_OPCODE(OP_NEW_INSTANCE /*vAA, class@BBBB*/) in dvmInterpretPortable()