Home
last modified time | relevance | path

Searched refs:SGET_BYTE (Results 1 – 9 of 9) 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/veridex/
Dhidden_api_finder.cc160 case Instruction::SGET_BYTE: in CollectAccesses()
Dflow_analysis.cc566 case Instruction::SGET_BYTE: in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java223 if (opcode == Opcode.IGET_BYTE || opcode == Opcode.SGET_BYTE in getInstructionOutputType()
/art/libdexfile/dex/
Ddex_instruction.cc234 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.cc1412 case Instruction::SGET_BYTE: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2845 case Instruction::SGET_BYTE: in ProcessDexInstruction()