Searched refs:MOVE_OBJECT_16 (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 29 MOVE_OBJECT_16, enumConstant
|
D | Instruction.java | 329 addOpcodeInfo(Opcode.MOVE_OBJECT_16, "move-object/16", 0x09, new Format32x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 156 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 377 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in finishedUsingTemporaryVRegs()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 147 Instruction::MOVE_OBJECT_16,
|
D | mir_to_lir.cc | 570 case Instruction::MOVE_OBJECT_16: in CompileDalvikInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 30 …V(0x09, MOVE_OBJECT_16, "move-object/16", k32x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB)…
|
/art/compiler/dex/ |
D | mir_optimization_test.cc | 932 DEF_OTHER2(4u, Instruction::MOVE_OBJECT_16, 102u, 103u), in TEST_F()
|
D | type_inference.cc | 752 case Instruction::MOVE_OBJECT_16: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1185 case Instruction::MOVE_OBJECT_16: { in RecordMIR()
|
D | mir_optimization.cc | 209 case Instruction::MOVE_OBJECT_16: in SelectKind()
|
D | local_value_numbering.cc | 1676 case Instruction::MOVE_OBJECT_16: in GetValueNumber()
|
D | mir_graph.cc | 431 case Instruction::MOVE_OBJECT_16: in IsBadMonitorExitCatch()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1699 case Instruction::MOVE_OBJECT_16: in CodeFlowVerifyInstruction() 2235 case Instruction::MOVE_OBJECT_16: in CodeFlowVerifyInstruction()
|
/art/compiler/optimizing/ |
D | builder.cc | 1406 case Instruction::MOVE_OBJECT_16: in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 227 HANDLE_INSTRUCTION_START(MOVE_OBJECT_16) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 138 case Instruction::MOVE_OBJECT_16: in ExecuteSwitchImpl()
|