Searched refs:IPUT_OBJECT (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 164 DecompileInstanceFieldAccess(inst, Instruction::IPUT_OBJECT); in Decompile()
|
D | common_throws.cc | 479 case Instruction::IPUT_OBJECT: in IsValidImplicitCheck() 635 case Instruction::IPUT_OBJECT: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction.cc | 275 case IPUT_OBJECT: in DumpString()
|
D | dex_instruction_list.h | 113 …V(0x5B, IPUT_OBJECT, "iput-object", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldO…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 111 IPUT_OBJECT, enumConstant
|
D | Instruction.java | 413 addOpcodeInfo(Opcode.IPUT_OBJECT, "iput-object", 0x5b, new Format22c()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 407 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT), 419 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_OBJECT), "iget/iput_object variant"); 495 case Instruction::IPUT_OBJECT: in AnalyseMethodCode()
|
D | dex_to_dex_compiler.cc | 184 case Instruction::IPUT_OBJECT: in Compile()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1405 case Instruction::IPUT_OBJECT: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2678 case Instruction::IPUT_OBJECT: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2839 case Instruction::IPUT_OBJECT: in CodeFlowVerifyInstruction()
|