Searched refs:DIV_LONG (Results 1 – 16 of 16) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 178 DIV_LONG, enumConstant
|
D | Instruction.java | 481 addOpcodeInfo(Opcode.DIV_LONG, "div-long", 0x9e, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 213 longOpcodes.add(Opcode.DIV_LONG);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 296 Instruction::DIV_LONG,
|
D | mir_to_lir.cc | 1052 case Instruction::DIV_LONG: in CompileDalvikInstruction()
|
D | gen_common.cc | 1998 case Instruction::DIV_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 551 case Instruction::DIV_LONG: in GenArithOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 179 …V(0x9E, DIV_LONG, "div-long", k23x, true, kNone, kContinue | kThrow | kDivide, kVerifyRegAWide | k…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1310 case Instruction::DIV_LONG: in RecordMIR()
|
D | local_value_numbering.cc | 1819 case Instruction::DIV_LONG: in GetValueNumber()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1666 case Instruction::DIV_LONG: in GenArithOpLong() 1699 case Instruction::DIV_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1152 case Instruction::DIV_LONG: in GenArithOpLong()
|
/art/compiler/optimizing/ |
D | builder.cc | 1664 case Instruction::DIV_LONG: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1846 HANDLE_INSTRUCTION_START(DIV_LONG) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1679 case Instruction::DIV_LONG: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2690 case Instruction::DIV_LONG: in CodeFlowVerifyInstruction()
|