Home
last modified time | relevance | path

Searched refs:SPUT (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h105 return Instruction::SPUT <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSPut()
180 return static_cast<DexMemAccessType>(code - Instruction::SPUT); in SPutMemAccessType()
231 return (code >= Instruction::SPUT) ? SPutMemAccessType(code) : SGetMemAccessType(code); in SGetOrSPutMemAccessType()
Ddex_instruction.cc230 case SPUT: in DumpString()
Ddex_instruction_list.h124 …V(0x67, SPUT, "sput", k21c, false, kIndexFieldRef, kContinue | kThrow | kStore | kRegBFieldOrConst…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java123 SPUT, enumConstant
DInstruction.java425 addOpcodeInfo(Opcode.SPUT, "sput", 0x67, new Format21c()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dinstruction_builder.cc2549 case Instruction::SPUT: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1554 HANDLE_INSTRUCTION_START(SPUT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1454 case Instruction::SPUT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2819 case Instruction::SPUT: in CodeFlowVerifyInstruction()