Home
last modified time | relevance | path

Searched refs:IPUT_SHORT (Results 1 – 19 of 19) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_utils.h97 return Instruction::IPUT <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIPut()
117 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIGetOrIPut()
Ddex_instruction.cc299 case IPUT_SHORT: in DumpString()
Ddex_instruction_list.h117 …V(0x5F, IPUT_SHORT, "iput-short", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrC…
/art/compiler/dex/
Dinline_method_analyser.h111 return Instruction::IPUT <= opcode && opcode <= Instruction::IPUT_SHORT; in IsInstructionIPut()
Dinline_method_analyser.cc416 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type");
430 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_SHORT), "iget/iput_short variant");
501 case Instruction::IPUT_SHORT: in AnalyseMethodCode()
/art/runtime/
Ddex_to_dex_decompiler.cc158 DecompileInstanceFieldAccess(inst, Instruction::IPUT_SHORT); in Decompile()
Dcommon_throws.cc506 case Instruction::IPUT_SHORT: { in IsValidImplicitCheck()
666 case Instruction::IPUT_SHORT: { in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java115 IPUT_SHORT, enumConstant
DCodeItem.java182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
DInstruction.java417 addOpcodeInfo(Opcode.IPUT_SHORT, "iput-short", 0x5f, new Format22c()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc129 case Instruction::IPUT_SHORT: { in CollectAccesses()
Dflow_analysis.cc565 case Instruction::IPUT_SHORT: { in ProcessDexInstruction()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc291 case Instruction::IPUT_SHORT: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc346 case Instruction::IPUT_SHORT: { in ProcessDexFile()
Ddexanalyze_bytecode.cc256 case Instruction::IPUT_SHORT: { in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1087 HANDLER_ATTRIBUTES bool IPUT_SHORT() { in IPUT_SHORT() function
/art/runtime/dex/
Ddex_file_annotations.cc1387 case Instruction::IPUT_SHORT: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3262 case Instruction::IPUT_SHORT: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2880 case Instruction::IPUT_SHORT: in CodeFlowVerifyInstruction()