Home
last modified time | relevance | path

Searched refs:DIV_LONG (Results 1 – 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java178 DIV_LONG, enumConstant
DInstruction.java481 addOpcodeInfo(Opcode.DIV_LONG, "div-long", 0x9e, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java213 longOpcodes.add(Opcode.DIV_LONG);
/art/compiler/dex/quick/
Dquick_compiler.cc296 Instruction::DIV_LONG,
Dmir_to_lir.cc1052 case Instruction::DIV_LONG: in CompileDalvikInstruction()
Dgen_common.cc1998 case Instruction::DIV_LONG: in GenArithOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc551 case Instruction::DIV_LONG: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h179 …V(0x9E, DIV_LONG, "div-long", k23x, true, kNone, kContinue | kThrow | kDivide, kVerifyRegAWide | k…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1310 case Instruction::DIV_LONG: in RecordMIR()
Dlocal_value_numbering.cc1819 case Instruction::DIV_LONG: in GetValueNumber()
/art/compiler/dex/quick/x86/
Dint_x86.cc1666 case Instruction::DIV_LONG: in GenArithOpLong()
1699 case Instruction::DIV_LONG: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1152 case Instruction::DIV_LONG: in GenArithOpLong()
/art/compiler/optimizing/
Dbuilder.cc1664 case Instruction::DIV_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1846 HANDLE_INSTRUCTION_START(DIV_LONG) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1679 case Instruction::DIV_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2690 case Instruction::DIV_LONG: in CodeFlowVerifyInstruction()