Searched refs:OP_MOVE_RESULT (Results 1 - 16 of 16) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_MOVE_RESULT.cpp4 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
/dalvik/libdex/
H A DDexOpcodes.h81 OP_MOVE_RESULT = 0x0a, enumerator in enum:Opcode
347 H(OP_MOVE_RESULT), \
/dalvik/vm/compiler/
H A DInlineTransformation.cpp66 (moveResultMIR->dalvikInsn.opcode != OP_MOVE_RESULT &&
/dalvik/vm/compiler/codegen/mips/
H A DCodegenCommon.cpp351 ((mir->next->dalvikInsn.opcode == OP_MOVE_RESULT) ||
H A DCodegenDriver.cpp1970 case OP_MOVE_RESULT:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenCommon.cpp345 ((mir->next->dalvikInsn.opcode == OP_MOVE_RESULT) ||
H A DCodegenDriver.cpp1924 case OP_MOVE_RESULT:
/dalvik/vm/analysis/
H A DLiveness.cpp445 case OP_MOVE_RESULT:
H A DDexVerify.cpp825 case OP_MOVE_RESULT:
H A DCodeVerify.cpp3908 case OP_MOVE_RESULT:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp511 case OP_MOVE_RESULT:
H A DBytecodeVisitor.cpp48 case OP_MOVE_RESULT:
602 case OP_MOVE_RESULT:
1297 case OP_MOVE_RESULT: //access memory
3350 case OP_MOVE_RESULT:
H A DAnalysisO1.cpp681 if((inst_op >= OP_MOVE_RESULT && inst_op <= OP_RETURN_OBJECT) ||
3170 inst_op != OP_MOVE_RESULT && inst_op != OP_MOVE_RESULT_OBJECT) {
/dalvik/vm/interp/
H A DJit.cpp745 if ((nextDecInsn.opcode != OP_MOVE_RESULT) &&
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1274 /* File: c/OP_MOVE_RESULT.cpp */
1275 HANDLE_OPCODE(OP_MOVE_RESULT /*vAA*/)
1278 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
1293 /* File: c/OP_MOVE_RESULT.cpp */
1297 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
H A DInterpC-portable.cpp1285 /* File: c/OP_MOVE_RESULT.cpp */
1286 HANDLE_OPCODE(OP_MOVE_RESULT /*vAA*/)
1289 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
1304 /* File: c/OP_MOVE_RESULT.cpp */
1308 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",

Completed in 1900 milliseconds