Home
last modified time | relevance | path

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

/art/runtime/
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_to_dex_decompiler.cc156 DecompileInstanceFieldAccess(inst, Instruction::IPUT_SHORT); in Decompile()
Dcommon_throws.cc483 case Instruction::IPUT_SHORT: { in IsValidImplicitCheck()
639 case Instruction::IPUT_SHORT: { in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction.cc279 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.h109 return Instruction::IPUT <= opcode && opcode <= Instruction::IPUT_SHORT; in IsInstructionIPut()
Dinline_method_analyser.cc413 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type");
427 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_SHORT), "iget/iput_short variant");
499 case Instruction::IPUT_SHORT: in AnalyseMethodCode()
Ddex_to_dex_compiler.cc176 case Instruction::IPUT_SHORT: in Compile()
/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/runtime/interpreter/
Dinterpreter_switch_impl.cc1384 case Instruction::IPUT_SHORT: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2686 case Instruction::IPUT_SHORT: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2830 case Instruction::IPUT_SHORT: in CodeFlowVerifyInstruction()