Home
last modified time | relevance | path

Searched refs:MUL_LONG (Results 1 – 19 of 19) sorted by relevance

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