Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java134 case INT_TO_DOUBLE: in applyMutation()
156 oppositeOpcode = Opcode.INT_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.java151 INT_TO_DOUBLE, enumConstant
DInstruction.java454 addOpcodeInfo(Opcode.INT_TO_DOUBLE, "int-to-double", 0x83, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc146 case Instruction::INT_TO_DOUBLE: in GenConversion()
/art/compiler/dex/quick/arm/
Dfp_arm.cc163 case Instruction::INT_TO_DOUBLE: in GenConversion()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc175 case Instruction::INT_TO_DOUBLE: in GenConversion()
/art/compiler/dex/quick/
Dquick_compiler.cc269 Instruction::INT_TO_DOUBLE,
Dmir_to_lir.cc980 case Instruction::INT_TO_DOUBLE: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc228 case Instruction::INT_TO_DOUBLE: in GenConversion()
/art/runtime/
Ddex_instruction_list.h152 …V(0x83, INT_TO_DOUBLE, "int-to-double", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | kV…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1222 case Instruction::INT_TO_DOUBLE: in RecordMIR()
Dlocal_value_numbering.cc1764 case Instruction::INT_TO_DOUBLE: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1528 case Instruction::INT_TO_DOUBLE: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1660 HANDLE_INSTRUCTION_START(INT_TO_DOUBLE) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1492 case Instruction::INT_TO_DOUBLE: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2621 case Instruction::INT_TO_DOUBLE: in CodeFlowVerifyInstruction()