Home
last modified time | relevance | path

Searched refs:IGET_SHORT_QUICK (Results 1 – 8 of 8) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_utils.h122 (code >= Instruction::IPUT_BOOLEAN_QUICK && code <= Instruction::IGET_SHORT_QUICK); in IsInstructionIGetQuickOrIPutQuick()
199 case Instruction::IGET_SHORT_QUICK: case Instruction::IPUT_SHORT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h264 …V(0xF2, IGET_SHORT_QUICK, "iget-short-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad |…
/art/runtime/
Ddex_to_dex_decompiler.cc137 case Instruction::IGET_SHORT_QUICK: in Decompile()
Dcommon_throws.cc522 case Instruction::IGET_SHORT_QUICK: in IsValidImplicitCheck()
648 case Instruction::IGET_SHORT_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc267 case Instruction::IGET_SHORT_QUICK: in Compile()
268 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_SHORT_QUICK, false); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1043 HANDLER_ATTRIBUTES bool IGET_SHORT_QUICK() { in IGET_SHORT_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1395 case Instruction::IGET_SHORT_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2970 case Instruction::IGET_SHORT_QUICK: { in ProcessDexInstruction()