Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexOpcodes.h78 OP_MOVE_OBJECT = 0x07, enumerator
344 H(OP_MOVE_OBJECT), \
/dalvik/vm/analysis/
DLiveness.cpp479 case OP_MOVE_OBJECT: in processInstruction()
DDexVerify.cpp857 case OP_MOVE_OBJECT: in verifyInstructions()
DCodeVerify.cpp3890 case OP_MOVE_OBJECT: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp497 case OP_MOVE_OBJECT: in lowerByteCode()
DBytecodeVisitor.cpp34 case OP_MOVE_OBJECT: in getByteCodeSize()
544 case OP_MOVE_OBJECT: in getConstInfo()
549 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) { in getConstInfo()
1239 case OP_MOVE_OBJECT: in getVirtualRegInfo()
1244 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) { in getVirtualRegInfo()
3334 case OP_MOVE_OBJECT: in getTempRegInfo()
DAnalysisO1.cpp3173 inst_op != OP_MOVE && inst_op != OP_MOVE_OBJECT &&
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp1237 HANDLE_OPCODE(OP_MOVE_OBJECT /*vA, vB*/)
DInterpC-portable.cpp1248 HANDLE_OPCODE(OP_MOVE_OBJECT /*vA, vB*/) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2038 case OP_MOVE_OBJECT: in handleFmt12x()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2092 case OP_MOVE_OBJECT: in handleFmt12x()