Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexOpcodes.h79 OP_MOVE_OBJECT_FROM16 = 0x08, enumerator
345 H(OP_MOVE_OBJECT_FROM16), \
/dalvik/vm/analysis/
DLiveness.cpp480 case OP_MOVE_OBJECT_FROM16: in processInstruction()
DDexVerify.cpp858 case OP_MOVE_OBJECT_FROM16: in verifyInstructions()
DCodeVerify.cpp3891 case OP_MOVE_OBJECT_FROM16: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp500 case OP_MOVE_OBJECT_FROM16: in lowerByteCode()
DBytecodeVisitor.cpp37 case OP_MOVE_OBJECT_FROM16: in getByteCodeSize()
546 case OP_MOVE_OBJECT_FROM16: in getConstInfo()
553 else if(inst_op == OP_MOVE_FROM16 || inst_op == OP_MOVE_OBJECT_FROM16) { in getConstInfo()
1241 case OP_MOVE_OBJECT_FROM16: in getVirtualRegInfo()
1249 else if(inst_op == OP_MOVE_FROM16 || inst_op == OP_MOVE_OBJECT_FROM16) { in getVirtualRegInfo()
3336 case OP_MOVE_OBJECT_FROM16: in getTempRegInfo()
DAnalysisO1.cpp3166 inst_op != OP_MOVE_FROM16 && inst_op != OP_MOVE_OBJECT_FROM16 &&
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp1250 HANDLE_OPCODE(OP_MOVE_OBJECT_FROM16 /*vAA, vBBBB*/)
DInterpC-portable.cpp1261 HANDLE_OPCODE(OP_MOVE_OBJECT_FROM16 /*vAA, vBBBB*/) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2660 case OP_MOVE_OBJECT_FROM16: { in handleFmt22x_Fmt32x()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2731 case OP_MOVE_OBJECT_FROM16: { in handleFmt22x_Fmt32x()