Searched refs:DIV_INT_LIT16 (Results 1 – 14 of 14) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 231 DIV_INT_LIT16, enumConstant
|
D | Instruction.java | 534 addOpcodeInfo(Opcode.DIV_INT_LIT16, "div-int/lit16", 0xd3, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 273 intLit16Opcodes.add(Opcode.DIV_INT_LIT16);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 349 Instruction::DIV_INT_LIT16,
|
D | gen_common.cc | 1887 case Instruction::DIV_INT_LIT16: in GenArithOpIntLit() 1899 (opcode == Instruction::DIV_INT_LIT16)) { in GenArithOpIntLit()
|
D | mir_to_lir.cc | 1110 case Instruction::DIV_INT_LIT16: in CompileDalvikInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 232 …V(0xD3, DIV_INT_LIT16, "div-int/lit16", k22s, true, kNone, kContinue | kThrow | kDivide | kRegCFie…
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 190 case Instruction::DIV_INT_LIT16: in InexpensiveConstantInt()
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1322 case Instruction::DIV_INT_LIT16: in RecordMIR()
|
D | local_value_numbering.cc | 1891 case Instruction::DIV_INT_LIT16: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1981 case Instruction::DIV_INT_LIT16: in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2279 HANDLE_INSTRUCTION_START(DIV_INT_LIT16) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2109 case Instruction::DIV_INT_LIT16: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2781 case Instruction::DIV_INT_LIT16: in CodeFlowVerifyInstruction()
|