Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java238 MUL_INT_LIT8, enumConstant
DInstruction.java541 addOpcodeInfo(Opcode.MUL_INT_LIT8, "mul-int/lit8", 0xda, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java260 intLit8Opcodes.add(Opcode.MUL_INT_LIT8);
/art/compiler/dex/quick/
Dquick_compiler.cc356 Instruction::MUL_INT_LIT8,
Dmir_to_lir.cc1117 case Instruction::MUL_INT_LIT8: in CompileDalvikInstruction()
Dgen_common.cc1836 case Instruction::MUL_INT_LIT8: in GenArithOpIntLit()
/art/compiler/optimizing/
Dcodegen_test.cc619 Instruction::MUL_INT_LIT8, 3 << 8 | 0, in TEST()
Dbuilder.cc1976 case Instruction::MUL_INT_LIT8: { in AnalyzeDexInstruction()
/art/runtime/
Ddex_instruction_list.h239 …V(0xDA, MUL_INT_LIT8, "mul-int/lit8", k22b, true, kNone, kContinue | kMultiply | kRegCFieldOrConst…
/art/compiler/dex/quick/arm/
Dutility_arm.cc185 case Instruction::MUL_INT_LIT8: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1299 case Instruction::MUL_INT_LIT8: in RecordMIR()
Dlocal_value_numbering.cc1898 case Instruction::MUL_INT_LIT8: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2330 HANDLE_INSTRUCTION_START(MUL_INT_LIT8) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2158 case Instruction::MUL_INT_LIT8: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2794 case Instruction::MUL_INT_LIT8: in CodeFlowVerifyInstruction()