Searched refs:OP_MOVE (Results 1 - 12 of 12) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_MOVE.cpp5 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
/dalvik/libdex/
H A DDexOpcodes.h72 OP_MOVE = 0x01, enumerator in enum:Opcode
338 H(OP_MOVE), \
/dalvik/vm/analysis/
H A DLiveness.cpp476 case OP_MOVE:
H A DDexVerify.cpp854 case OP_MOVE:
H A DCodeVerify.cpp3879 case OP_MOVE:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp496 case OP_MOVE:
H A DBytecodeVisitor.cpp33 case OP_MOVE:
543 case OP_MOVE:
549 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) {
1238 case OP_MOVE:
1244 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) {
3333 case OP_MOVE:
H A DAnalysisO1.cpp3165 inst_op != OP_MOVE && inst_op != OP_MOVE_OBJECT &&
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1170 /* File: c/OP_MOVE.cpp */
1171 HANDLE_OPCODE(OP_MOVE /*vA, vB*/)
1175 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
1236 /* File: c/OP_MOVE.cpp */
1241 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
H A DInterpC-portable.cpp1181 /* File: c/OP_MOVE.cpp */
1182 HANDLE_OPCODE(OP_MOVE /*vA, vB*/)
1186 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
1247 /* File: c/OP_MOVE.cpp */
1252 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2037 case OP_MOVE:
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2083 case OP_MOVE:

Completed in 614 milliseconds