Home
last modified time | relevance | path

Searched refs:IGET_OBJECT_QUICK (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc121 case Instruction::IGET_OBJECT_QUICK: in Decompile()
Dcommon_throws.cc513 case Instruction::IGET_OBJECT_QUICK: in IsValidImplicitCheck()
650 case Instruction::IGET_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java249 IGET_OBJECT_QUICK, enumConstant
DInstruction.java552 addOpcodeInfo(Opcode.IGET_OBJECT_QUICK, "+iget-object-quick", 0xe5, new Format22c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h191 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc285 case IGET_OBJECT_QUICK: in DumpString()
Ddex_instruction_list.h251 …V(0xE5, IGET_OBJECT_QUICK, "iget-object-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc247 case Instruction::IGET_OBJECT_QUICK: in Compile()
248 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_OBJECT_QUICK, false); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1027 HANDLER_ATTRIBUTES bool IGET_OBJECT_QUICK() { in IGET_OBJECT_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1366 case Instruction::IGET_OBJECT_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3235 case Instruction::IGET_OBJECT_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2863 case Instruction::IGET_OBJECT_QUICK: in CodeFlowVerifyInstruction()