Searched refs:LONG_TO_DOUBLE (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 143 case LONG_TO_DOUBLE: in applyMutation() 159 oppositeOpcode = Opcode.LONG_TO_DOUBLE; in applyMutation()
|
D | ValuePrinter.java | 258 || opcode == Opcode.INT_TO_DOUBLE || opcode == Opcode.LONG_TO_DOUBLE in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 154 LONG_TO_DOUBLE, enumConstant
|
D | Instruction.java | 457 addOpcodeInfo(Opcode.LONG_TO_DOUBLE, "long-to-double", 0x86, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 414 case Instruction::LONG_TO_DOUBLE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 156 …V(0x86, LONG_TO_DOUBLE, "long-to-double", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kV…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1151 HANDLER_ATTRIBUTES bool LONG_TO_DOUBLE() { in LONG_TO_DOUBLE() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2851 case Instruction::LONG_TO_DOUBLE: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3228 case Instruction::LONG_TO_DOUBLE: in CodeFlowVerifyInstruction()
|