Searched refs:IGET_OBJECT_QUICK (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 249 IGET_OBJECT_QUICK, enumConstant
|
D | Instruction.java | 552 addOpcodeInfo(Opcode.IGET_OBJECT_QUICK, "+iget-object-quick", 0xe5, new Format22c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_utils.h | 201 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | dex_instruction.cc | 254 case IGET_OBJECT_QUICK: in DumpString()
|
D | common_throws.cc | 420 case Instruction::IGET_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 250 …V(0xE5, IGET_OBJECT_QUICK, "iget-object-quick", k22c, true, kFieldRef, kContinue | kThrow | kLoad …
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 120 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_OBJECT_QUICK, false); in Compile()
|
D | type_inference.cc | 909 case Instruction::IGET_OBJECT_QUICK: in InitializeSRegs()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 367 Instruction::IGET_OBJECT_QUICK,
|
D | mir_to_lir.cc | 778 case Instruction::IGET_OBJECT_QUICK: in CompileDalvikInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1314 HANDLE_INSTRUCTION_START(IGET_OBJECT_QUICK) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1134 case Instruction::IGET_OBJECT_QUICK: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2844 case Instruction::IGET_OBJECT_QUICK: in CodeFlowVerifyInstruction()
|