Home
last modified time | relevance | path

Searched refs:IPUT_SHORT (Results 1 – 15 of 15) 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()
Ddex_to_dex_compiler.cc289 case Instruction::IPUT_SHORT: in Compile()
/art/runtime/
Ddex_to_dex_decompiler.cc158 DecompileInstanceFieldAccess(inst, Instruction::IPUT_SHORT); in Decompile()
Dcommon_throws.cc507 case Instruction::IPUT_SHORT: { in IsValidImplicitCheck()
661 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.cc150 case Instruction::IPUT_SHORT: { in CollectAccesses()
Dflow_analysis.cc557 case Instruction::IPUT_SHORT: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1475 case Instruction::IPUT_SHORT: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2833 case Instruction::IPUT_SHORT: in ProcessDexInstruction()