Home
last modified time | relevance | path

Searched refs:SGET_WIDE (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java117 SGET_WIDE, enumConstant
DInstruction.java419 addOpcodeInfo(Opcode.SGET_WIDE, "sget-wide", 0x61, new Format21c()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc157 case Instruction::SGET_WIDE: in CollectAccesses()
Dflow_analysis.cc563 case Instruction::SGET_WIDE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc231 case SGET_WIDE: in DumpString()
Ddex_instruction_list.h119 …V(0x61, SGET_WIDE, "sget-wide", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1440 case Instruction::SGET_WIDE: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2842 case Instruction::SGET_WIDE: in ProcessDexInstruction()