Searched refs:MOVE_WIDE_16 (Results 1 - 15 of 15) sorted by last modified time

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1182 case Instruction::MOVE_WIDE_16:
H A Dlocal_value_numbering.cc1686 case Instruction::MOVE_WIDE_16:
H A Dmir_graph.cc428 case Instruction::MOVE_WIDE_16:
H A Dtype_inference.cc749 case Instruction::MOVE_WIDE_16:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc577 case Instruction::MOVE_WIDE_16:
H A Dquick_compiler.cc144 Instruction::MOVE_WIDE_16,
/art/compiler/optimizing/
H A Dbuilder.cc1399 case Instruction::MOVE_WIDE_16: {
/art/runtime/
H A Ddex_instruction_list.h27 V(0x06, MOVE_WIDE_16, "move-wide/16", k32x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc209 HANDLE_INSTRUCTION_START(MOVE_WIDE_16)
H A Dinterpreter_switch_impl.cc120 case Instruction::MOVE_WIDE_16:
/art/runtime/verifier/
H A Dmethod_verifier.cc1690 case Instruction::MOVE_WIDE_16:
/art/tools/dexfuzz/src/dexfuzz/program/
H A DMutatableCode.java379 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_WIDE_16);
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java158 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_WIDE_16);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java326 addOpcodeInfo(Opcode.MOVE_WIDE_16, "move-wide/16", 0x06, new Format32x());
H A DOpcode.java26 MOVE_WIDE_16, enum constant in enum:Opcode

Completed in 73 milliseconds