Home
last modified time | relevance | path

Searched refs:IGET_WIDE_QUICK (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc117 case Instruction::IGET_WIDE_QUICK: in Decompile()
Dcommon_throws.cc524 case Instruction::IGET_WIDE_QUICK: in IsValidImplicitCheck()
644 case Instruction::IGET_WIDE_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java248 IGET_WIDE_QUICK, enumConstant
DInstruction.java551 addOpcodeInfo(Opcode.IGET_WIDE_QUICK, "+iget-wide-quick", 0xe4, new Format22c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h189 case Instruction::IGET_WIDE_QUICK: case Instruction::IPUT_WIDE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h250 …V(0xE4, IGET_WIDE_QUICK, "iget-wide-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | k…
/art/compiler/dex/
Ddex_to_dex_compiler.cc240 case Instruction::IGET_WIDE_QUICK: in Compile()
241 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_WIDE_QUICK, false); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1369 case Instruction::IGET_WIDE_QUICK: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2804 case Instruction::IGET_WIDE_QUICK: in ProcessDexInstruction()