Home
last modified time | relevance | path

Searched refs:DIV_INT_LIT16 (Results 1 – 14 of 14) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java231 DIV_INT_LIT16, enumConstant
DInstruction.java534 addOpcodeInfo(Opcode.DIV_INT_LIT16, "div-int/lit16", 0xd3, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java273 intLit16Opcodes.add(Opcode.DIV_INT_LIT16);
/art/compiler/dex/quick/
Dquick_compiler.cc349 Instruction::DIV_INT_LIT16,
Dgen_common.cc1887 case Instruction::DIV_INT_LIT16: in GenArithOpIntLit()
1899 (opcode == Instruction::DIV_INT_LIT16)) { in GenArithOpIntLit()
Dmir_to_lir.cc1110 case Instruction::DIV_INT_LIT16: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h232 …V(0xD3, DIV_INT_LIT16, "div-int/lit16", k22s, true, kNone, kContinue | kThrow | kDivide | kRegCFie…
/art/compiler/dex/quick/arm/
Dutility_arm.cc190 case Instruction::DIV_INT_LIT16: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1322 case Instruction::DIV_INT_LIT16: in RecordMIR()
Dlocal_value_numbering.cc1891 case Instruction::DIV_INT_LIT16: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1981 case Instruction::DIV_INT_LIT16: in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2279 HANDLE_INSTRUCTION_START(DIV_INT_LIT16) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2109 case Instruction::DIV_INT_LIT16: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2781 case Instruction::DIV_INT_LIT16: in CodeFlowVerifyInstruction()