Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc166 DecompileInstanceFieldAccess(inst, Instruction::IPUT_OBJECT); in Decompile()
Dcommon_throws.cc502 case Instruction::IPUT_OBJECT: in IsValidImplicitCheck()
662 case Instruction::IPUT_OBJECT: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java111 IPUT_OBJECT, enumConstant
DInstruction.java413 addOpcodeInfo(Opcode.IPUT_OBJECT, "iput-object", 0x5b, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
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()
/art/tools/veridex/
Dhidden_api_finder.cc125 case Instruction::IPUT_OBJECT: in CollectAccesses()
Dflow_analysis.cc561 case Instruction::IPUT_OBJECT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc295 case IPUT_OBJECT: in DumpString()
Ddex_instruction_list.h113 …V(0x5B, IPUT_OBJECT, "iput-object", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldO…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc301 case Instruction::IPUT_OBJECT: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc342 case Instruction::IPUT_OBJECT: in ProcessDexFile()
Ddexanalyze_bytecode.cc252 case Instruction::IPUT_OBJECT: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1099 HANDLER_ATTRIBUTES bool IPUT_OBJECT() { in IPUT_OBJECT() function
/art/runtime/dex/
Ddex_file_annotations.cc1379 case Instruction::IPUT_OBJECT: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3254 case Instruction::IPUT_OBJECT: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2892 case Instruction::IPUT_OBJECT: in CodeFlowVerifyInstruction()