Searched refs:MUL_INT_LIT16 (Results 1 - 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java230 MUL_INT_LIT16, enum constant in enum:Opcode
H A DInstruction.java533 addOpcodeInfo(Opcode.MUL_INT_LIT16, "mul-int/lit16", 0xd2, new Format22s());
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java272 intLit16Opcodes.add(Opcode.MUL_INT_LIT16);
/art/compiler/dex/quick/
H A Dquick_compiler.cc348 Instruction::MUL_INT_LIT16,
H A Dmir_to_lir.cc1109 case Instruction::MUL_INT_LIT16:
H A Dgen_common.cc1837 case Instruction::MUL_INT_LIT16: {
/art/compiler/optimizing/
H A Dcodegen_test.cc628 Instruction::MUL_INT_LIT16, 3,
H A Dbuilder.cc1946 case Instruction::MUL_INT_LIT16: {
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc186 case Instruction::MUL_INT_LIT16:
/art/runtime/
H A Ddex_instruction_list.h231 V(0xD2, MUL_INT_LIT16, "mul-int/lit16", k22s, true, kNone, kContinue | kMultiply | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB) \
/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1293 case Instruction::MUL_INT_LIT16:
H A Dlocal_value_numbering.cc1890 case Instruction::MUL_INT_LIT16:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc2272 HANDLE_INSTRUCTION_START(MUL_INT_LIT16)
H A Dinterpreter_switch_impl.cc2102 case Instruction::MUL_INT_LIT16:
/art/runtime/verifier/
H A Dmethod_verifier.cc2780 case Instruction::MUL_INT_LIT16:

Completed in 72 milliseconds