Searched refs:MOVE_WIDE (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 24 MOVE_WIDE, enumConstant
|
D | Instruction.java | 324 addOpcodeInfo(Opcode.MOVE_WIDE, "move-wide", 0x04, new Format12x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_list.h | 26 …V(0x04, MOVE_WIDE, "move-wide", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWide)…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 200 case Instruction::MOVE_WIDE: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1890 case Instruction::MOVE_WIDE: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2107 case Instruction::MOVE_WIDE: in CodeFlowVerifyInstruction()
|