Home
last modified time | relevance | path

Searched refs:SGET_WIDE (Results 1 – 7 of 7) 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/runtime/
Ddex_instruction.cc211 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.cc1349 case Instruction::SGET_WIDE: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2695 case Instruction::SGET_WIDE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2859 case Instruction::SGET_WIDE: in CodeFlowVerifyInstruction()