Home
last modified time | relevance | path

Searched refs:MOVE_RESULT (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java30 MOVE_RESULT, enumConstant
DInstruction.java330 addOpcodeInfo(Opcode.MOVE_RESULT, "move-result", 0x0a, new Format11x()); in addOpcodeInfo() argument
/art/compiler/dex/
Dtype_inference_test.cc894 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()
Dtype_inference.cc770 case Instruction::MOVE_RESULT: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1164 case Instruction::MOVE_RESULT: in RecordMIR()
Dmir_optimization.cc149 if ((mir->dalvikInsn.opcode == Instruction::MOVE_RESULT) || in FindMoveResult()
Dlocal_value_numbering.cc1630 case Instruction::MOVE_RESULT: in GetValueNumber()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc847 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()
Dquick_compiler.cc148 Instruction::MOVE_RESULT,
Dmir_to_lir.cc561 case Instruction::MOVE_RESULT: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h31 V(0x0A, MOVE_RESULT, "move-result", k11x, true, kNone, kContinue, kVerifyRegA) \
/art/runtime/verifier/
Dmethod_verifier.cc1714 case Instruction::MOVE_RESULT: in CodeFlowVerifyInstruction()
4236 if (((insns[insn_idx] & 0xff) >= Instruction::MOVE_RESULT) && in CheckNotMoveResult()
/art/compiler/optimizing/
Dbuilder.cc2063 case Instruction::MOVE_RESULT: in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc233 HANDLE_INSTRUCTION_START(MOVE_RESULT) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc144 case Instruction::MOVE_RESULT: in ExecuteSwitchImpl()