Home
last modified time | relevance | path

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

/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/runtime/
Ddex_instruction_utils.h201 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc254 case IGET_OBJECT_QUICK: in DumpString()
Dcommon_throws.cc420 case Instruction::IGET_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h250 …V(0xE5, IGET_OBJECT_QUICK, "iget-object-quick", k22c, true, kFieldRef, kContinue | kThrow | kLoad …
/art/compiler/dex/
Ddex_to_dex_compiler.cc120 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_OBJECT_QUICK, false); in Compile()
Dtype_inference.cc909 case Instruction::IGET_OBJECT_QUICK: in InitializeSRegs()
/art/compiler/dex/quick/
Dquick_compiler.cc367 Instruction::IGET_OBJECT_QUICK,
Dmir_to_lir.cc778 case Instruction::IGET_OBJECT_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1314 HANDLE_INSTRUCTION_START(IGET_OBJECT_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1134 case Instruction::IGET_OBJECT_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2844 case Instruction::IGET_OBJECT_QUICK: in CodeFlowVerifyInstruction()