Home
last modified time | relevance | path

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

/art/runtime/
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.cc230 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/program/mutators/
DFieldFlagChanger.java157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
/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/runtime/interpreter/
Dinterpreter_switch_impl.cc1482 case Instruction::SPUT_SHORT: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2713 case Instruction::SPUT_SHORT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2876 case Instruction::SPUT_SHORT: in CodeFlowVerifyInstruction()