Searched refs:IPUT_OBJECT (Results 1 – 13 of 13) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 166 DecompileInstanceFieldAccess(inst, Instruction::IPUT_OBJECT); in Decompile()
|
D | common_throws.cc | 503 case Instruction::IPUT_OBJECT: in IsValidImplicitCheck() 657 case Instruction::IPUT_OBJECT: in ThrowNullPointerExceptionFromDexPC()
|
/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 | 410 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT), 422 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_OBJECT), "iget/iput_object variant"); 497 case Instruction::IPUT_OBJECT: in AnalyseMethodCode()
|
D | dex_to_dex_compiler.cc | 299 case Instruction::IPUT_OBJECT: in Compile()
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 146 case Instruction::IPUT_OBJECT: in CollectAccesses()
|
D | flow_analysis.cc | 553 case Instruction::IPUT_OBJECT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 295 case IPUT_OBJECT: in DumpString()
|
D | dex_instruction_list.h | 113 …V(0x5B, IPUT_OBJECT, "iput-object", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldO…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1496 case Instruction::IPUT_OBJECT: { in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2825 case Instruction::IPUT_OBJECT: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2821 case Instruction::IPUT_OBJECT: in CodeFlowVerifyInstruction()
|