Searched refs:IPUT_OBJECT (Results 1 – 16 of 16) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 166 DecompileInstanceFieldAccess(inst, Instruction::IPUT_OBJECT); in Decompile()
|
D | common_throws.cc | 500 case Instruction::IPUT_OBJECT: in IsValidImplicitCheck() 654 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()
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 129 case Instruction::IPUT_OBJECT: in CollectAccesses()
|
D | flow_analysis.cc | 561 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/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 301 case Instruction::IPUT_OBJECT: in Compile()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 342 case Instruction::IPUT_OBJECT: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 252 case Instruction::IPUT_OBJECT: in ProcessCodeItem()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1400 case Instruction::IPUT_OBJECT: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2959 case Instruction::IPUT_OBJECT: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1597 ALWAYS_INLINE void IPUT_OBJECT() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_OBJECT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2884 case Instruction::IPUT_OBJECT: in CodeFlowVerifyInstruction()
|