Searched refs:MOVE_RESULT (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 30 MOVE_RESULT, enumConstant
|
D | Instruction.java | 330 addOpcodeInfo(Opcode.MOVE_RESULT, "move-result", 0x0a, new Format11x()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | type_inference_test.cc | 894 DEF_NULOP(3u, Instruction::MOVE_RESULT, 0u), in TEST_F() 896 DEF_NULOP(3u, Instruction::MOVE_RESULT, 1u), in TEST_F() 900 DEF_NULOP(3u, Instruction::MOVE_RESULT, 4u), in TEST_F() 902 DEF_NULOP(3u, Instruction::MOVE_RESULT, 5u), in TEST_F() 906 DEF_NULOP(3u, Instruction::MOVE_RESULT, 8u), in TEST_F() 908 DEF_NULOP(3u, Instruction::MOVE_RESULT, 9u), in TEST_F()
|
D | type_inference.cc | 770 case Instruction::MOVE_RESULT: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1164 case Instruction::MOVE_RESULT: in RecordMIR()
|
D | mir_optimization.cc | 149 if ((mir->dalvikInsn.opcode == Instruction::MOVE_RESULT) || in FindMoveResult()
|
D | local_value_numbering.cc | 1630 case Instruction::MOVE_RESULT: in GetValueNumber()
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 847 DCHECK(move_result->dalvikInsn.opcode == Instruction::MOVE_RESULT || in GenInlineConst() 885 DCHECK(move_result->dalvikInsn.opcode == Instruction::MOVE_RESULT); in GenInlineReturnArg() 1008 if (move_result->dalvikInsn.opcode == Instruction::MOVE_RESULT) { in GenInlineIPut()
|
D | quick_compiler.cc | 148 Instruction::MOVE_RESULT,
|
D | mir_to_lir.cc | 561 case Instruction::MOVE_RESULT: in CompileDalvikInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 31 V(0x0A, MOVE_RESULT, "move-result", k11x, true, kNone, kContinue, kVerifyRegA) \
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1714 case Instruction::MOVE_RESULT: in CodeFlowVerifyInstruction() 4236 if (((insns[insn_idx] & 0xff) >= Instruction::MOVE_RESULT) && in CheckNotMoveResult()
|
/art/compiler/optimizing/ |
D | builder.cc | 2063 case Instruction::MOVE_RESULT: in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 233 HANDLE_INSTRUCTION_START(MOVE_RESULT) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 144 case Instruction::MOVE_RESULT: in ExecuteSwitchImpl()
|