Home
last modified time | relevance | path

Searched refs:SGET_SHORT (Results 1 – 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java122 SGET_SHORT, enumConstant
DInstruction.java424 addOpcodeInfo(Opcode.SGET_SHORT, "sget-short", 0x66, new Format21c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h96 return Instruction::SGET <= code && code <= Instruction::SGET_SHORT; in IsInstructionSGet()
Ddex_instruction.cc236 case SGET_SHORT: in DumpString()
Ddex_instruction_list.h124 …V(0x66, SGET_SHORT, "sget-short", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCo…
/art/tools/veridex/
Dhidden_api_finder.cc147 case Instruction::SGET_SHORT: { in CollectAccesses()
Dflow_analysis.cc599 case Instruction::SGET_SHORT: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc316 case Instruction::SGET_SHORT: in ProcessCodeItem()
Ddexanalyze_experiments.cc357 case Instruction::SGET_SHORT: { in ProcessDexFile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h956 HANDLER_ATTRIBUTES bool SGET_SHORT() { in SGET_SHORT() function
/art/compiler/optimizing/
Dinstruction_builder.cc3430 case Instruction::SGET_SHORT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2886 case Instruction::SGET_SHORT: in CodeFlowVerifyInstruction()