Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java143 case LONG_TO_DOUBLE: in applyMutation()
159 oppositeOpcode = Opcode.LONG_TO_DOUBLE; in applyMutation()
DValuePrinter.java258 || opcode == Opcode.INT_TO_DOUBLE || opcode == Opcode.LONG_TO_DOUBLE in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java154 LONG_TO_DOUBLE, enumConstant
DInstruction.java457 addOpcodeInfo(Opcode.LONG_TO_DOUBLE, "long-to-double", 0x86, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc155 case Instruction::LONG_TO_DOUBLE: in GenConversion()
/art/compiler/dex/quick/arm/
Dfp_arm.cc169 case Instruction::LONG_TO_DOUBLE: { in GenConversion()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc185 case Instruction::LONG_TO_DOUBLE: in GenConversion()
/art/compiler/dex/quick/
Dquick_compiler.cc272 Instruction::LONG_TO_DOUBLE,
Dmir_to_lir.cc982 case Instruction::LONG_TO_DOUBLE: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc274 case Instruction::LONG_TO_DOUBLE: in GenConversion()
/art/runtime/
Ddex_instruction_list.h155 …V(0x86, LONG_TO_DOUBLE, "long-to-double", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | …
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1225 case Instruction::LONG_TO_DOUBLE: in RecordMIR()
Dlocal_value_numbering.cc1751 case Instruction::LONG_TO_DOUBLE: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1543 case Instruction::LONG_TO_DOUBLE: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1678 HANDLE_INSTRUCTION_START(LONG_TO_DOUBLE) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1510 case Instruction::LONG_TO_DOUBLE: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2633 case Instruction::LONG_TO_DOUBLE: in CodeFlowVerifyInstruction()