Searched refs:MOVE_WIDE (Results 1 – 7 of 7) 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/tools/veridex/ |
D | flow_analysis.cc | 281 case Instruction::MOVE_WIDE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 26 …V(0x04, MOVE_WIDE, "move-wide", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWide)…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2183 case Instruction::MOVE_WIDE: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 416 ALWAYS_INLINE void MOVE_WIDE() REQUIRES_SHARED(Locks::mutator_lock_) { in MOVE_WIDE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2090 case Instruction::MOVE_WIDE: in CodeFlowVerifyInstruction()
|