Home
last modified time | relevance | path

Searched refs:IGET_SHORT_QUICK (Results 1 – 9 of 9) 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.cc520 case Instruction::IGET_SHORT_QUICK: in IsValidImplicitCheck()
640 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/dex/
Ddex_file_annotations.cc1395 case Instruction::IGET_SHORT_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2948 case Instruction::IGET_SHORT_QUICK: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1514 ALWAYS_INLINE void IGET_SHORT_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in IGET_SHORT_QUICK() function
/art/runtime/verifier/
Dmethod_verifier.cc2843 case Instruction::IGET_SHORT_QUICK: in CodeFlowVerifyInstruction()