Home
last modified time | relevance | path

Searched refs:LONG_TO_DOUBLE (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java143 case LONG_TO_DOUBLE: in applyMutation()
159 oppositeOpcode = Opcode.LONG_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.java154 LONG_TO_DOUBLE, enumConstant
DInstruction.java457 addOpcodeInfo(Opcode.LONG_TO_DOUBLE, "long-to-double", 0x86, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc391 case Instruction::LONG_TO_DOUBLE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h156 …V(0x86, LONG_TO_DOUBLE, "long-to-double", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kV…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1290 HANDLER_ATTRIBUTES bool LONG_TO_DOUBLE() { in LONG_TO_DOUBLE() function
/art/compiler/optimizing/
Dinstruction_builder.cc2410 case Instruction::LONG_TO_DOUBLE: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3251 case Instruction::LONG_TO_DOUBLE: in CodeFlowVerifyInstruction()