Searched refs:MUL_LONG (Results 1 - 19 of 19) sorted by last modified time

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1246 case Instruction::MUL_LONG:
H A Dlocal_value_numbering.cc1828 case Instruction::MUL_LONG:
H A Dmir_optimization.cc1951 case Instruction::MUL_LONG:
/art/compiler/dex/quick/arm/
H A Dint_arm.cc1356 case Instruction::MUL_LONG:
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc1148 case Instruction::MUL_LONG:
/art/compiler/dex/quick/
H A Dgen_common.cc1992 case Instruction::MUL_LONG:
H A Dmir_to_lir.cc1051 case Instruction::MUL_LONG:
H A Dquick_compiler.cc295 Instruction::MUL_LONG,
/art/compiler/dex/quick/mips/
H A Dint_mips.cc547 case Instruction::MUL_LONG:
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1694 case Instruction::MUL_LONG:
/art/compiler/optimizing/
H A Dbuilder.cc1643 case Instruction::MUL_LONG: {
H A Dcodegen_test.cc598 Instruction::MUL_LONG, 2 << 8 | 0,
/art/runtime/
H A Ddex_instruction_list.h178 V(0x9D, MUL_LONG, "mul-long", k23x, true, kNone, kContinue | kMultiply, kVerifyRegAWide | kVerifyRegBWide | kVerifyRegCWide) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1839 HANDLE_INSTRUCTION_START(MUL_LONG)
H A Dinterpreter_switch_impl.cc1672 case Instruction::MUL_LONG:
/art/runtime/verifier/
H A Dmethod_verifier.cc2689 case Instruction::MUL_LONG:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java212 longOpcodes.add(Opcode.MUL_LONG);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java480 addOpcodeInfo(Opcode.MUL_LONG, "mul-long", 0x9d, new Format23x());
H A DOpcode.java177 MUL_LONG, enum constant in enum:Opcode

Completed in 248 milliseconds