Home
last modified time | relevance | path

Searched refs:SGET_WIDE (Results 1 – 11 of 11) 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.cc135 case Instruction::SGET_WIDE: in CollectAccesses()
Dflow_analysis.cc571 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/tools/dexanalyze/
Ddexanalyze_experiments.cc352 case Instruction::SGET_WIDE: in ProcessDexFile()
Ddexanalyze_bytecode.cc311 case Instruction::SGET_WIDE: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1067 HANDLER_ATTRIBUTES bool SGET_WIDE() { in SGET_WIDE() function
/art/compiler/optimizing/
Dinstruction_builder.cc3271 case Instruction::SGET_WIDE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2913 case Instruction::SGET_WIDE: in CodeFlowVerifyInstruction()