Home
last modified time | relevance | path

Searched refs:IGET_QUICK (Results 1 – 12 of 12) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_utils.h121 return (code >= Instruction::IGET_QUICK && code <= Instruction::IPUT_OBJECT_QUICK) || in IsInstructionIGetQuickOrIPutQuick()
187 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc284 case IGET_QUICK: in DumpString()
Ddex_instruction_list.h249 …V(0xE3, IGET_QUICK, "iget-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | kRegCFieldO…
/art/runtime/
Ddex_to_dex_decompiler.cc113 case Instruction::IGET_QUICK: in Decompile()
Dcommon_throws.cc519 case Instruction::IGET_QUICK: in IsValidImplicitCheck()
639 case Instruction::IGET_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java247 IGET_QUICK, enumConstant
DInstruction.java550 addOpcodeInfo(Opcode.IGET_QUICK, "+iget-quick", 0xe3, new Format22c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK) in generateMutation()
/art/compiler/dex/
Ddex_to_dex_compiler.cc235 case Instruction::IGET_QUICK: in Compile()
236 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_QUICK, false); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1363 case Instruction::IGET_QUICK: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2802 case Instruction::IGET_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2784 case Instruction::IGET_QUICK: in CodeFlowVerifyInstruction()