Searched refs:OP_MOVE_RESULT_OBJECT (Results 1 - 15 of 15) sorted by relevance

/dalvik/libdex/
H A DDexOpcodes.h83 OP_MOVE_RESULT_OBJECT = 0x0c, enumerator in enum:Opcode
349 H(OP_MOVE_RESULT_OBJECT), \
/dalvik/vm/compiler/
H A DInlineTransformation.cpp67 moveResultMIR->dalvikInsn.opcode != OP_MOVE_RESULT_OBJECT &&
/dalvik/vm/compiler/codegen/mips/
H A DCodegenCommon.cpp352 (mir->next->dalvikInsn.opcode == OP_MOVE_RESULT_OBJECT))) {
H A DCodegenDriver.cpp1971 case OP_MOVE_RESULT_OBJECT: {
/dalvik/vm/compiler/codegen/arm/
H A DCodegenCommon.cpp346 (mir->next->dalvikInsn.opcode == OP_MOVE_RESULT_OBJECT))) {
H A DCodegenDriver.cpp1925 case OP_MOVE_RESULT_OBJECT: {
/dalvik/vm/analysis/
H A DLiveness.cpp447 case OP_MOVE_RESULT_OBJECT:
H A DDexVerify.cpp826 case OP_MOVE_RESULT_OBJECT:
H A DCodeVerify.cpp3915 case OP_MOVE_RESULT_OBJECT:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp512 case OP_MOVE_RESULT_OBJECT:
H A DBytecodeVisitor.cpp49 case OP_MOVE_RESULT_OBJECT:
603 case OP_MOVE_RESULT_OBJECT:
1298 case OP_MOVE_RESULT_OBJECT:
3351 case OP_MOVE_RESULT_OBJECT:
H A DAnalysisO1.cpp3170 inst_op != OP_MOVE_RESULT && inst_op != OP_MOVE_RESULT_OBJECT) {
/dalvik/vm/interp/
H A DJit.cpp747 (nextDecInsn.opcode != OP_MOVE_RESULT_OBJECT))
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1292 /* File: c/OP_MOVE_RESULT_OBJECT.cpp */
1294 HANDLE_OPCODE(OP_MOVE_RESULT_OBJECT /*vAA*/)
H A DInterpC-portable.cpp1303 /* File: c/OP_MOVE_RESULT_OBJECT.cpp */
1305 HANDLE_OPCODE(OP_MOVE_RESULT_OBJECT /*vAA*/)

Completed in 148 milliseconds