Home
last modified time | relevance | path

Searched refs:OP_MOVE (Results 1 – 14 of 14) sorted by relevance

/dalvik/vm/mterp/c/
DOP_MOVE.cpp5 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
/dalvik/libdex/
DDexOpcodes.h72 OP_MOVE = 0x01, enumerator
338 H(OP_MOVE), \
/dalvik/vm/mterp/
Dconfig-armv7-a-neon95 op OP_MOVE armv6t2
Dconfig-armv7-a95 op OP_MOVE armv6t2
/dalvik/vm/analysis/
DLiveness.cpp476 case OP_MOVE: in processInstruction()
DDexVerify.cpp854 case OP_MOVE: in verifyInstructions()
DCodeVerify.cpp3879 case OP_MOVE: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp496 case OP_MOVE: in lowerByteCode()
DBytecodeVisitor.cpp33 case OP_MOVE: in getByteCodeSize()
543 case OP_MOVE: in getConstInfo()
549 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) { in getConstInfo()
1238 case OP_MOVE: in getVirtualRegInfo()
1244 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) { in getVirtualRegInfo()
3333 case OP_MOVE: in getTempRegInfo()
DAnalysisO1.cpp3165 inst_op != OP_MOVE && inst_op != OP_MOVE_OBJECT &&
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp1171 HANDLE_OPCODE(OP_MOVE /*vA, vB*/)
1175 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
1241 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
DInterpC-portable.cpp1182 HANDLE_OPCODE(OP_MOVE /*vA, vB*/) in dvmInterpretPortable()
1186 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1, in dvmInterpretPortable()
1252 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1, in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2037 case OP_MOVE: in handleFmt12x()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2083 case OP_MOVE: in handleFmt12x()