Searched refs:DIV_INT_LIT8 (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 239 DIV_INT_LIT8, enumConstant
|
D | Instruction.java | 542 addOpcodeInfo(Opcode.DIV_INT_LIT8, "div-int/lit8", 0xdb, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 261 intLit8Opcodes.add(Opcode.DIV_INT_LIT8);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 357 Instruction::DIV_INT_LIT8,
|
D | gen_common.cc | 1886 case Instruction::DIV_INT_LIT8: in GenArithOpIntLit() 1898 (opcode == Instruction::DIV_INT_LIT8) || in GenArithOpIntLit()
|
D | mir_to_lir.cc | 1118 case Instruction::DIV_INT_LIT8: in CompileDalvikInstruction()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 748 Instruction::DIV_INT_LIT8, 3 << 8 | 0, in TEST()
|
D | builder.cc | 1982 case Instruction::DIV_INT_LIT8: { in AnalyzeDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 240 …V(0xDB, DIV_INT_LIT8, "div-int/lit8", k22b, true, kNone, kContinue | kThrow | kDivide | kRegCField…
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 189 case Instruction::DIV_INT_LIT8: in InexpensiveConstantInt()
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1324 case Instruction::DIV_INT_LIT8: in RecordMIR()
|
D | local_value_numbering.cc | 1899 case Instruction::DIV_INT_LIT8: in GetValueNumber()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2337 HANDLE_INSTRUCTION_START(DIV_INT_LIT8) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2164 case Instruction::DIV_INT_LIT8: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2795 case Instruction::DIV_INT_LIT8: in CodeFlowVerifyInstruction()
|