Home
last modified time | relevance | path

Searched refs:IGET_BYTE_QUICK (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc129 case Instruction::IGET_BYTE_QUICK: in Decompile()
Dcommon_throws.cc518 case Instruction::IGET_BYTE_QUICK: in IsValidImplicitCheck()
638 case Instruction::IGET_BYTE_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction_utils.h195 case Instruction::IGET_BYTE_QUICK: case Instruction::IPUT_BYTE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h262 …V(0xF0, IGET_BYTE_QUICK, "iget-byte-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | k…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc257 case Instruction::IGET_BYTE_QUICK: in Compile()
258 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_BYTE_QUICK, false); in Compile()
/art/runtime/dex/
Ddex_file_annotations.cc1391 case Instruction::IGET_BYTE_QUICK: in MethodContainsRSensitiveAccess()
/art/dex2oat/
Ddex2oat_test.cc1991 Instruction::IGET_BYTE_QUICK); in TEST_F()
/art/compiler/optimizing/
Dinstruction_builder.cc2944 case Instruction::IGET_BYTE_QUICK: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1504 ALWAYS_INLINE void IGET_BYTE_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in IGET_BYTE_QUICK() function
/art/runtime/verifier/
Dmethod_verifier.cc2835 case Instruction::IGET_BYTE_QUICK: in CodeFlowVerifyInstruction()