Home
last modified time | relevance | path

Searched refs:IGET_CHAR_QUICK (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc133 case Instruction::IGET_CHAR_QUICK: in Decompile()
Dcommon_throws.cc521 case Instruction::IGET_CHAR_QUICK: in IsValidImplicitCheck()
647 case Instruction::IGET_CHAR_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction_utils.h197 case Instruction::IGET_CHAR_QUICK: case Instruction::IPUT_CHAR_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h263 …V(0xF1, IGET_CHAR_QUICK, "iget-char-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | k…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc262 case Instruction::IGET_CHAR_QUICK: in Compile()
263 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_CHAR_QUICK, false); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1039 HANDLER_ATTRIBUTES bool IGET_CHAR_QUICK() { in IGET_CHAR_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1393 case Instruction::IGET_CHAR_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2968 case Instruction::IGET_CHAR_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2846 case Instruction::IGET_CHAR_QUICK: in CodeFlowVerifyInstruction()