Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java230 MUL_INT_LIT16, enumConstant
DInstruction.java533 addOpcodeInfo(Opcode.MUL_INT_LIT16, "mul-int/lit16", 0xd2, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java272 intLit16Opcodes.add(Opcode.MUL_INT_LIT16);
/art/compiler/dex/quick/
Dquick_compiler.cc348 Instruction::MUL_INT_LIT16,
Dmir_to_lir.cc1109 case Instruction::MUL_INT_LIT16: in CompileDalvikInstruction()
Dgen_common.cc1837 case Instruction::MUL_INT_LIT16: { in GenArithOpIntLit()
/art/compiler/optimizing/
Dcodegen_test.cc628 Instruction::MUL_INT_LIT16, 3, in TEST()
Dbuilder.cc1946 case Instruction::MUL_INT_LIT16: { in AnalyzeDexInstruction()
/art/runtime/
Ddex_instruction_list.h231 …V(0xD2, MUL_INT_LIT16, "mul-int/lit16", k22s, true, kNone, kContinue | kMultiply | kRegCFieldOrCon…
/art/compiler/dex/quick/arm/
Dutility_arm.cc186 case Instruction::MUL_INT_LIT16: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1293 case Instruction::MUL_INT_LIT16: in RecordMIR()
Dlocal_value_numbering.cc1890 case Instruction::MUL_INT_LIT16: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2272 HANDLE_INSTRUCTION_START(MUL_INT_LIT16) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2102 case Instruction::MUL_INT_LIT16: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2780 case Instruction::MUL_INT_LIT16: in CodeFlowVerifyInstruction()