Searched refs:SGET_SHORT (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 122 SGET_SHORT, enumConstant
|
D | Instruction.java | 424 addOpcodeInfo(Opcode.SGET_SHORT, "sget-short", 0x66, new Format21c()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 101 return Instruction::SGET <= code && code <= Instruction::SGET_SHORT; in IsInstructionSGet()
|
D | dex_instruction.cc | 236 case SGET_SHORT: in DumpString()
|
D | dex_instruction_list.h | 124 …V(0x66, SGET_SHORT, "sget-short", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCo…
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 144 case Instruction::SGET_SHORT: { in CollectAccesses()
|
D | flow_analysis.cc | 576 case Instruction::SGET_SHORT: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 357 case Instruction::SGET_SHORT: { in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 316 case Instruction::SGET_SHORT: in ProcessCodeItem()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2981 case Instruction::SGET_SHORT: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1537 ALWAYS_INLINE void SGET_SHORT() REQUIRES_SHARED(Locks::mutator_lock_) { in SGET_SHORT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2899 case Instruction::SGET_SHORT: in CodeFlowVerifyInstruction()
|