Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java144 oppositeOpcode = Opcode.DOUBLE_TO_LONG; in applyMutation()
158 case DOUBLE_TO_LONG: in applyMutation()
DValuePrinter.java245 || opcode == Opcode.DOUBLE_TO_LONG in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java159 DOUBLE_TO_LONG, enumConstant
DInstruction.java462 addOpcodeInfo(Opcode.DOUBLE_TO_LONG, "double-to-long", 0x8b, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc164 case Instruction::DOUBLE_TO_LONG: in GenConversion()
/art/compiler/dex/quick/arm/
Dfp_arm.cc220 case Instruction::DOUBLE_TO_LONG: in GenConversion()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc200 case Instruction::DOUBLE_TO_LONG: in GenConversion()
/art/compiler/dex/quick/
Dquick_compiler.cc277 Instruction::DOUBLE_TO_LONG,
Dmir_to_lir.cc987 case Instruction::DOUBLE_TO_LONG: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc316 case Instruction::DOUBLE_TO_LONG: in GenConversion()
/art/runtime/
Ddex_instruction_list.h160 …V(0x8B, DOUBLE_TO_LONG, "double-to-long", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | …
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1230 case Instruction::DOUBLE_TO_LONG: in RecordMIR()
Dlocal_value_numbering.cc1750 case Instruction::DOUBLE_TO_LONG: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1568 case Instruction::DOUBLE_TO_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1714 HANDLE_INSTRUCTION_START(DOUBLE_TO_LONG) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1546 case Instruction::DOUBLE_TO_LONG: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2652 case Instruction::DOUBLE_TO_LONG: in CodeFlowVerifyInstruction()