Searched refs:SGET_WIDE (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 117 SGET_WIDE, enumConstant
|
D | Instruction.java | 419 addOpcodeInfo(Opcode.SGET_WIDE, "sget-wide", 0x61, new Format21c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction.cc | 217 case SGET_WIDE: in DumpString()
|
D | dex_instruction_list.h | 118 …V(0x61, SGET_WIDE, "sget-wide", k21c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegBFiel…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1314 case Instruction::SGET_WIDE: { in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 1414 HANDLE_INSTRUCTION_START(SGET_WIDE) { in ExecuteGotoImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2537 case Instruction::SGET_WIDE: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2799 case Instruction::SGET_WIDE: in CodeFlowVerifyInstruction()
|