Home
last modified time | relevance | path

Searched refs:IGET_OBJECT_QUICK (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc121 case Instruction::IGET_OBJECT_QUICK: in Decompile()
Dcommon_throws.cc514 case Instruction::IGET_OBJECT_QUICK: in IsValidImplicitCheck()
645 case Instruction::IGET_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java249 IGET_OBJECT_QUICK, enumConstant
DInstruction.java552 addOpcodeInfo(Opcode.IGET_OBJECT_QUICK, "+iget-object-quick", 0xe5, new Format22c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h191 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc285 case IGET_OBJECT_QUICK: in DumpString()
Ddex_instruction_list.h251 …V(0xE5, IGET_OBJECT_QUICK, "iget-object-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad…
/art/compiler/dex/
Ddex_to_dex_compiler.cc245 case Instruction::IGET_OBJECT_QUICK: in Compile()
246 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_OBJECT_QUICK, false); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1375 case Instruction::IGET_OBJECT_QUICK: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2806 case Instruction::IGET_OBJECT_QUICK: in ProcessDexInstruction()