Home
last modified time | relevance | path

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

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