Home
last modified time | relevance | path

Searched refs:IGET_QUICK (Results 1 – 13 of 13) 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.cc518 case Instruction::IGET_QUICK: in IsValidImplicitCheck()
644 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/dex2oat/dex/
Ddex_to_dex_compiler.cc237 case Instruction::IGET_QUICK: in Compile()
238 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_QUICK, false); in Compile()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK) in generateMutation()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1019 HANDLER_ATTRIBUTES bool IGET_QUICK() { in IGET_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1383 case Instruction::IGET_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2958 case Instruction::IGET_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2854 case Instruction::IGET_QUICK: in CodeFlowVerifyInstruction()