Home
last modified time | relevance | path

Searched refs:IGET_OBJECT (Results 1 – 11 of 11) sorted by relevance

/art/compiler/dex/
Dinline_method_analyser.cc398 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_OBJECT),
418 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_OBJECT) ==
483 case Instruction::IGET_OBJECT: in AnalyseMethodCode()
585 !(return_opcode == Instruction::RETURN_OBJECT && opcode == Instruction::IGET_OBJECT) && in AnalyseIGetMethod()
587 opcode != Instruction::IGET_OBJECT)) { in AnalyseIGetMethod()
Ddex_to_dex_compiler.cc140 case Instruction::IGET_OBJECT: in Compile()
/art/runtime/
Ddex_to_dex_decompiler.cc120 DecompileInstanceFieldAccess(inst, Instruction::IGET_OBJECT); in Decompile()
Dcommon_throws.cc466 case Instruction::IGET_OBJECT: in IsValidImplicitCheck()
603 case Instruction::IGET_OBJECT: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction.cc252 case IGET_OBJECT: in DumpString()
Ddex_instruction_list.h106 …V(0x54, IGET_OBJECT, "iget-object", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOr…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java104 IGET_OBJECT, enumConstant
DInstruction.java406 addOpcodeInfo(Opcode.IGET_OBJECT, "iget-object", 0x54, new Format22c()); in addOpcodeInfo() argument
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1265 case Instruction::IGET_OBJECT: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2658 case Instruction::IGET_OBJECT: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2816 case Instruction::IGET_OBJECT: in CodeFlowVerifyInstruction()