Searched refs:MOVE_RESULT_WIDE (Results 1 – 8 of 8) 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/dexanalyze/ |
D | dexanalyze_bytecode.cc | 380 next->Opcode() == Instruction::MOVE_RESULT_WIDE || in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 335 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/compiler/optimizing/ |
D | instruction_builder.cc | 2899 case Instruction::MOVE_RESULT_WIDE: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 457 ALWAYS_INLINE void MOVE_RESULT_WIDE() REQUIRES_SHARED(Locks::mutator_lock_) { in MOVE_RESULT_WIDE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2123 case Instruction::MOVE_RESULT_WIDE: in CodeFlowVerifyInstruction()
|