Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_utils.h92 return Instruction::IPUT <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIPut()
112 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIGetOrIPut()
Ddex_instruction.cc290 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/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.cc136 case Instruction::IPUT_SHORT: { in CollectAccesses()
Dflow_analysis.cc588 case Instruction::IPUT_SHORT: { in ProcessDexInstruction()
/art/runtime/
Dcommon_throws.cc504 case Instruction::IPUT_SHORT: { in IsValidImplicitCheck()
612 case Instruction::IPUT_SHORT: { in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc256 case Instruction::IPUT_SHORT: { in ProcessCodeItem()
Ddexanalyze_experiments.cc346 case Instruction::IPUT_SHORT: { in ProcessDexFile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h984 HANDLER_ATTRIBUTES bool IPUT_SHORT() { in IPUT_SHORT() function
/art/runtime/dex/
Ddex_file_annotations.cc1367 case Instruction::IPUT_SHORT: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3417 case Instruction::IPUT_SHORT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2863 case Instruction::IPUT_SHORT: in CodeFlowVerifyInstruction()