Searched refs:DOUBLE_TO_INT (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 135 oppositeOpcode = Opcode.DOUBLE_TO_INT; in applyMutation() 155 case DOUBLE_TO_INT: in applyMutation()
|
D | ValuePrinter.java | 237 || opcode == Opcode.DOUBLE_TO_INT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 158 DOUBLE_TO_INT, enumConstant
|
D | Instruction.java | 461 addOpcodeInfo(Opcode.DOUBLE_TO_INT, "double-to-int", 0x8a, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 152 case Instruction::DOUBLE_TO_INT: in GenConversion()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 166 case Instruction::DOUBLE_TO_INT: in GenConversion()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 180 case Instruction::DOUBLE_TO_INT: in GenConversion()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 276 Instruction::DOUBLE_TO_INT,
|
D | mir_to_lir.cc | 986 case Instruction::DOUBLE_TO_INT: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 253 case Instruction::DOUBLE_TO_INT: { in GenConversion()
|
/art/runtime/ |
D | dex_instruction_list.h | 159 …V(0x8A, DOUBLE_TO_INT, "double-to-int", k12x, true, kNone, kContinue | kCast, kVerifyRegA | kVerif…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1229 case Instruction::DOUBLE_TO_INT: in RecordMIR()
|
D | local_value_numbering.cc | 1742 case Instruction::DOUBLE_TO_INT: { in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1563 case Instruction::DOUBLE_TO_INT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1706 HANDLE_INSTRUCTION_START(DOUBLE_TO_INT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1538 case Instruction::DOUBLE_TO_INT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2648 case Instruction::DOUBLE_TO_INT: in CodeFlowVerifyInstruction()
|