Searched refs:SGET_BYTE (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 120 SGET_BYTE, enumConstant
|
D | Instruction.java | 422 addOpcodeInfo(Opcode.SGET_BYTE, "sget-byte", 0x64, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 142 case Instruction::SGET_BYTE: in CollectAccesses()
|
D | flow_analysis.cc | 574 case Instruction::SGET_BYTE: in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 223 if (opcode == Opcode.IGET_BYTE || opcode == Opcode.SGET_BYTE in getInstructionOutputType()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 234 case SGET_BYTE: in DumpString()
|
D | dex_instruction_list.h | 122 …V(0x64, SGET_BYTE, "sget-byte", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 314 case Instruction::SGET_BYTE: in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 355 case Instruction::SGET_BYTE: in ProcessDexFile()
|