Searched refs:IGET_OBJECT (Results 1 – 11 of 11) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.cc | 398 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()
|
D | dex_to_dex_compiler.cc | 140 case Instruction::IGET_OBJECT: in Compile()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 120 DecompileInstanceFieldAccess(inst, Instruction::IGET_OBJECT); in Decompile()
|
D | common_throws.cc | 466 case Instruction::IGET_OBJECT: in IsValidImplicitCheck() 603 case Instruction::IGET_OBJECT: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction.cc | 252 case IGET_OBJECT: in DumpString()
|
D | dex_instruction_list.h | 106 …V(0x54, IGET_OBJECT, "iget-object", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOr…
|
/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/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1265 case Instruction::IGET_OBJECT: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2658 case Instruction::IGET_OBJECT: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2816 case Instruction::IGET_OBJECT: in CodeFlowVerifyInstruction()
|