Searched refs:INT_TO_DOUBLE (Results 1 - 17 of 17) sorted by last modified time

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1222 case Instruction::INT_TO_DOUBLE:
H A Dlocal_value_numbering.cc1764 case Instruction::INT_TO_DOUBLE:
/art/compiler/dex/quick/arm/
H A Dfp_arm.cc163 case Instruction::INT_TO_DOUBLE:
/art/compiler/dex/quick/arm64/
H A Dfp_arm64.cc175 case Instruction::INT_TO_DOUBLE:
/art/compiler/dex/quick/mips/
H A Dfp_mips.cc146 case Instruction::INT_TO_DOUBLE:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc980 case Instruction::INT_TO_DOUBLE:
H A Dquick_compiler.cc269 Instruction::INT_TO_DOUBLE,
/art/compiler/dex/quick/x86/
H A Dfp_x86.cc228 case Instruction::INT_TO_DOUBLE:
/art/compiler/optimizing/
H A Dbuilder.cc1528 case Instruction::INT_TO_DOUBLE: {
/art/runtime/
H A Ddex_instruction_list.h152 V(0x83, INT_TO_DOUBLE, "int-to-double", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | kVerifyRegB) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1660 HANDLE_INSTRUCTION_START(INT_TO_DOUBLE)
H A Dinterpreter_switch_impl.cc1492 case Instruction::INT_TO_DOUBLE:
/art/runtime/verifier/
H A Dmethod_verifier.cc2621 case Instruction::INT_TO_DOUBLE:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DConversionRepeater.java134 case INT_TO_DOUBLE:
156 oppositeOpcode = Opcode.INT_TO_DOUBLE;
H A DValuePrinter.java258 || opcode == Opcode.INT_TO_DOUBLE || opcode == Opcode.LONG_TO_DOUBLE
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java454 addOpcodeInfo(Opcode.INT_TO_DOUBLE, "int-to-double", 0x83, new Format12x());
H A DOpcode.java151 INT_TO_DOUBLE, enum constant in enum:Opcode

Completed in 76 milliseconds