Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc399 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_OBJECT),
419 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_OBJECT) ==
501 case Instruction::IGET_OBJECT: in AnalyseMethodCode()
605 !(return_opcode == Instruction::RETURN_OBJECT && opcode == Instruction::IGET_OBJECT) && in AnalyseIGetMethod()
607 opcode != Instruction::IGET_OBJECT)) { in AnalyseIGetMethod()
/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/compiler/dex/
Ddex_to_dex_compiler.cc138 case Instruction::IGET_OBJECT: in Compile()
/art/runtime/
Ddex_instruction.cc266 case IGET_OBJECT: in DumpString()
Dcommon_throws.cc446 case Instruction::IGET_OBJECT: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h105 …V(0x54, IGET_OBJECT, "iget-object", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegC…
/art/compiler/optimizing/
Dinstruction_builder.cc2500 case Instruction::IGET_OBJECT: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1330 HANDLE_INSTRUCTION_START(IGET_OBJECT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1230 case Instruction::IGET_OBJECT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2756 case Instruction::IGET_OBJECT: in CodeFlowVerifyInstruction()