Searched refs:MOVE_RESULT_WIDE (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 31 MOVE_RESULT_WIDE, enumConstant
|
D | Instruction.java | 331 addOpcodeInfo(Opcode.MOVE_RESULT_WIDE, "move-result-wide", 0x0b, new Format11x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 327 case Instruction::MOVE_RESULT_WIDE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 33 V(0x0B, MOVE_RESULT_WIDE, "move-result-wide", k11x, kIndexNone, kContinue, 0, kVerifyRegAWide) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 288 case Instruction::MOVE_RESULT_WIDE: in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2765 case Instruction::MOVE_RESULT_WIDE: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2095 case Instruction::MOVE_RESULT_WIDE: in CodeFlowVerifyInstruction()
|