Home
last modified time | relevance | path

Searched refs:IPUT_OBJECT (Results 1 – 14 of 14) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java111 IPUT_OBJECT, enumConstant
H A DInstruction.java413 addOpcodeInfo(Opcode.IPUT_OBJECT, "iput-object", 0x5b, new Format22c()); in addOpcodeInfo() argument
/aosp12/art/compiler/dex/
H A Dinline_method_analyser.cc410 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT),
422 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_OBJECT), "iget/iput_object variant");
497 case Instruction::IPUT_OBJECT: in AnalyseMethodCode()
/aosp12/art/tools/veridex/
H A Dhidden_api_finder.cc132 case Instruction::IPUT_OBJECT: in CollectAccesses()
H A Dflow_analysis.cc584 case Instruction::IPUT_OBJECT: in ProcessDexInstruction()
/aosp12/art/runtime/
H A Dcommon_throws.cc500 case Instruction::IPUT_OBJECT: in IsValidImplicitCheck()
608 case Instruction::IPUT_OBJECT: in ThrowNullPointerExceptionFromDexPC()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.cc286 case IPUT_OBJECT: in DumpString()
H A Ddex_instruction_list.h113 …V(0x5B, IPUT_OBJECT, "iput-object", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldO…
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc252 case Instruction::IPUT_OBJECT: in ProcessCodeItem()
H A Ddexanalyze_experiments.cc342 case Instruction::IPUT_OBJECT: in ProcessDexFile()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h996 HANDLER_ATTRIBUTES bool IPUT_OBJECT() { in IPUT_OBJECT() function
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc1363 case Instruction::IPUT_OBJECT: in MethodContainsRSensitiveAccess()
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3413 case Instruction::IPUT_OBJECT: in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2872 case Instruction::IPUT_OBJECT: in CodeFlowVerifyInstruction()