Searched refs:DOUBLE_TO_LONG (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 144 oppositeOpcode = Opcode.DOUBLE_TO_LONG; in applyMutation() 158 case DOUBLE_TO_LONG: in applyMutation()
|
D | ValuePrinter.java | 245 || opcode == Opcode.DOUBLE_TO_LONG in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 159 DOUBLE_TO_LONG, enumConstant
|
D | Instruction.java | 462 addOpcodeInfo(Opcode.DOUBLE_TO_LONG, "double-to-long", 0x8b, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 164 case Instruction::DOUBLE_TO_LONG: in GenConversion()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 220 case Instruction::DOUBLE_TO_LONG: in GenConversion()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 200 case Instruction::DOUBLE_TO_LONG: in GenConversion()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 277 Instruction::DOUBLE_TO_LONG,
|
D | mir_to_lir.cc | 987 case Instruction::DOUBLE_TO_LONG: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 316 case Instruction::DOUBLE_TO_LONG: in GenConversion()
|
/art/runtime/ |
D | dex_instruction_list.h | 160 …V(0x8B, DOUBLE_TO_LONG, "double-to-long", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | …
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1230 case Instruction::DOUBLE_TO_LONG: in RecordMIR()
|
D | local_value_numbering.cc | 1750 case Instruction::DOUBLE_TO_LONG: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1568 case Instruction::DOUBLE_TO_LONG: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1714 HANDLE_INSTRUCTION_START(DOUBLE_TO_LONG) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1546 case Instruction::DOUBLE_TO_LONG: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2652 case Instruction::DOUBLE_TO_LONG: in CodeFlowVerifyInstruction()
|