Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_utils.h100 return Instruction::SPUT <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSPut()
116 return Instruction::SGET <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSGetOrSPut()
H A Ddex_instruction.cc250 case SPUT_SHORT: in DumpString()
H A Ddex_instruction_list.h131 …V(0x6D, SPUT_SHORT, "sput-short", k21c, kIndexFieldRef, kContinue | kThrow, kStore | kRegBFieldOrC…
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DFieldFlagChanger.java157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java129 SPUT_SHORT, enumConstant
H A DCodeItem.java177 if (Opcode.isBetween(opcode, Opcode.SGET, Opcode.SPUT_SHORT)) { in incrementIndex()
H A DInstruction.java431 addOpcodeInfo(Opcode.SPUT_SHORT, "sput-short", 0x6d, new Format21c()); in addOpcodeInfo() argument
/aosp12/art/tools/veridex/
H A Dhidden_api_finder.cc158 case Instruction::SPUT_SHORT: { in CollectAccesses()
H A Dflow_analysis.cc616 case Instruction::SPUT_SHORT: { in ProcessDexInstruction()
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc323 case Instruction::SPUT_SHORT: { in ProcessCodeItem()
H A Ddexanalyze_experiments.cc367 case Instruction::SPUT_SHORT: { in ProcessDexFile()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1012 HANDLER_ATTRIBUTES bool SPUT_SHORT() { in SPUT_SHORT() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc1418 case Instruction::SPUT_SHORT: in HasTrivialClinit()
3441 case Instruction::SPUT_SHORT: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2909 case Instruction::SPUT_SHORT: in CodeFlowVerifyInstruction()