Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc125 case Instruction::IGET_BOOLEAN_QUICK: in Decompile()
Dcommon_throws.cc519 case Instruction::IGET_BOOLEAN_QUICK: in IsValidImplicitCheck()
645 case Instruction::IGET_BOOLEAN_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction_utils.h193 case Instruction::IGET_BOOLEAN_QUICK: case Instruction::IPUT_BOOLEAN_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h261 …V(0xEF, IGET_BOOLEAN_QUICK, "iget-boolean-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLo…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc252 case Instruction::IGET_BOOLEAN_QUICK: in Compile()
253 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_BOOLEAN_QUICK, false); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1031 HANDLER_ATTRIBUTES bool IGET_BOOLEAN_QUICK() { in IGET_BOOLEAN_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1389 case Instruction::IGET_BOOLEAN_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2964 case Instruction::IGET_BOOLEAN_QUICK: in ProcessDexInstruction()