Home
last modified time | relevance | path

Searched refs:SGET_BYTE (Results 1 – 12 of 12) 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.cc138 case Instruction::SGET_BYTE: in CollectAccesses()
Dflow_analysis.cc574 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/tools/dexanalyze/
Ddexanalyze_experiments.cc355 case Instruction::SGET_BYTE: in ProcessDexFile()
Ddexanalyze_bytecode.cc314 case Instruction::SGET_BYTE: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1051 HANDLER_ATTRIBUTES bool SGET_BYTE() { in SGET_BYTE() function
/art/compiler/optimizing/
Dinstruction_builder.cc3274 case Instruction::SGET_BYTE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2901 case Instruction::SGET_BYTE: in CodeFlowVerifyInstruction()