Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java239 DIV_INT_LIT8, enumConstant
DInstruction.java542 addOpcodeInfo(Opcode.DIV_INT_LIT8, "div-int/lit8", 0xdb, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java261 intLit8Opcodes.add(Opcode.DIV_INT_LIT8);
/art/compiler/dex/quick/
Dquick_compiler.cc357 Instruction::DIV_INT_LIT8,
Dgen_common.cc1886 case Instruction::DIV_INT_LIT8: in GenArithOpIntLit()
1898 (opcode == Instruction::DIV_INT_LIT8) || in GenArithOpIntLit()
Dmir_to_lir.cc1118 case Instruction::DIV_INT_LIT8: in CompileDalvikInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc748 Instruction::DIV_INT_LIT8, 3 << 8 | 0, in TEST()
Dbuilder.cc1982 case Instruction::DIV_INT_LIT8: { in AnalyzeDexInstruction()
/art/runtime/
Ddex_instruction_list.h240 …V(0xDB, DIV_INT_LIT8, "div-int/lit8", k22b, true, kNone, kContinue | kThrow | kDivide | kRegCField…
/art/compiler/dex/quick/arm/
Dutility_arm.cc189 case Instruction::DIV_INT_LIT8: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1324 case Instruction::DIV_INT_LIT8: in RecordMIR()
Dlocal_value_numbering.cc1899 case Instruction::DIV_INT_LIT8: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2337 HANDLE_INSTRUCTION_START(DIV_INT_LIT8) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2164 case Instruction::DIV_INT_LIT8: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2795 case Instruction::DIV_INT_LIT8: in CodeFlowVerifyInstruction()