Home
last modified time | relevance | path

Searched refs:DOUBLE_TO_INT (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java135 oppositeOpcode = Opcode.DOUBLE_TO_INT; in applyMutation()
155 case DOUBLE_TO_INT: in applyMutation()
DValuePrinter.java237 || opcode == Opcode.DOUBLE_TO_INT in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java158 DOUBLE_TO_INT, enumConstant
DInstruction.java461 addOpcodeInfo(Opcode.DOUBLE_TO_INT, "double-to-int", 0x8a, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc152 case Instruction::DOUBLE_TO_INT: in GenConversion()
/art/compiler/dex/quick/arm/
Dfp_arm.cc166 case Instruction::DOUBLE_TO_INT: in GenConversion()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc180 case Instruction::DOUBLE_TO_INT: in GenConversion()
/art/compiler/dex/quick/
Dquick_compiler.cc276 Instruction::DOUBLE_TO_INT,
Dmir_to_lir.cc986 case Instruction::DOUBLE_TO_INT: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc253 case Instruction::DOUBLE_TO_INT: { in GenConversion()
/art/runtime/
Ddex_instruction_list.h159 …V(0x8A, DOUBLE_TO_INT, "double-to-int", k12x, true, kNone, kContinue | kCast, kVerifyRegA | kVerif…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1229 case Instruction::DOUBLE_TO_INT: in RecordMIR()
Dlocal_value_numbering.cc1742 case Instruction::DOUBLE_TO_INT: { in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1563 case Instruction::DOUBLE_TO_INT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1706 HANDLE_INSTRUCTION_START(DOUBLE_TO_INT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1538 case Instruction::DOUBLE_TO_INT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2648 case Instruction::DOUBLE_TO_INT: in CodeFlowVerifyInstruction()