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/runtime/
Ddex_instruction.cc217 case SGET_WIDE: in DumpString()
Ddex_instruction_list.h118 …V(0x61, SGET_WIDE, "sget-wide", k21c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegBFiel…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1314 case Instruction::SGET_WIDE: { in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc1414 HANDLE_INSTRUCTION_START(SGET_WIDE) { in ExecuteGotoImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2537 case Instruction::SGET_WIDE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2799 case Instruction::SGET_WIDE: in CodeFlowVerifyInstruction()