Searched refs:IGET_OBJECT (Results 1 – 11 of 11) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.cc | 399 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/ |
D | Opcode.java | 104 IGET_OBJECT, enumConstant
|
D | Instruction.java | 406 addOpcodeInfo(Opcode.IGET_OBJECT, "iget-object", 0x54, new Format22c()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 138 case Instruction::IGET_OBJECT: in Compile()
|
/art/runtime/ |
D | dex_instruction.cc | 266 case IGET_OBJECT: in DumpString()
|
D | common_throws.cc | 446 case Instruction::IGET_OBJECT: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 105 …V(0x54, IGET_OBJECT, "iget-object", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegC…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2500 case Instruction::IGET_OBJECT: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1330 HANDLE_INSTRUCTION_START(IGET_OBJECT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1230 case Instruction::IGET_OBJECT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2756 case Instruction::IGET_OBJECT: in CodeFlowVerifyInstruction()
|