Searched refs:IGET_OBJECT_QUICK (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 119 case Instruction::IGET_OBJECT_QUICK: in Decompile()
|
D | dex_instruction_utils.h | 191 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | common_throws.cc | 489 case Instruction::IGET_OBJECT_QUICK: in IsValidImplicitCheck() 619 case Instruction::IGET_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction.cc | 265 case IGET_OBJECT_QUICK: in DumpString()
|
D | dex_instruction_list.h | 251 …V(0xE5, IGET_OBJECT_QUICK, "iget-object-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad…
|
/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/compiler/dex/ |
D | dex_to_dex_compiler.cc | 141 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_OBJECT_QUICK, false); in Compile()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1284 case Instruction::IGET_OBJECT_QUICK: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2659 case Instruction::IGET_OBJECT_QUICK: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3406 case Instruction::IGET_OBJECT_QUICK: in CodeFlowVerifyInstruction()
|