Home
last modified time | relevance | path

Searched refs:SGET_BYTE (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java120 SGET_BYTE, enumConstant
DInstruction.java422 addOpcodeInfo(Opcode.SGET_BYTE, "sget-byte", 0x64, new Format21c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java223 if (opcode == Opcode.IGET_BYTE || opcode == Opcode.SGET_BYTE in getInstructionOutputType()
/art/runtime/
Ddex_instruction.cc214 case SGET_BYTE: in DumpString()
Ddex_instruction_list.h122 …V(0x64, SGET_BYTE, "sget-byte", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1321 case Instruction::SGET_BYTE: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2698 case Instruction::SGET_BYTE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2847 case Instruction::SGET_BYTE: in CodeFlowVerifyInstruction()