Home
last modified time | relevance | path

Searched refs:SPUT_BYTE (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java127 SPUT_BYTE, enumConstant
DInstruction.java429 addOpcodeInfo(Opcode.SPUT_BYTE, "sput-byte", 0x6b, new Format21c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction.cc228 case SPUT_BYTE: in DumpString()
Ddex_instruction_list.h129 …V(0x6B, SPUT_BYTE, "sput-byte", k21c, kIndexFieldRef, kContinue | kThrow, kStore | kRegBFieldOrCon…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1468 case Instruction::SPUT_BYTE: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2711 case Instruction::SPUT_BYTE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2870 case Instruction::SPUT_BYTE: in CodeFlowVerifyInstruction()