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.cc520 case Instruction::IGET_BYTE_QUICK: in IsValidImplicitCheck()
646 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/interpreter/
Dinterpreter_switch_impl-inl.h1035 HANDLER_ATTRIBUTES bool IGET_BYTE_QUICK() { in IGET_BYTE_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1370 case Instruction::IGET_BYTE_QUICK: in MethodContainsRSensitiveAccess()
/art/dex2oat/
Ddex2oat_test.cc2012 Instruction::IGET_BYTE_QUICK); in TEST_F()
/art/compiler/optimizing/
Dinstruction_builder.cc3239 case Instruction::IGET_BYTE_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2843 case Instruction::IGET_BYTE_QUICK: in CodeFlowVerifyInstruction()