Home
last modified time | relevance | path

Searched refs:FLOAT_TO_DOUBLE (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java152 case FLOAT_TO_DOUBLE: in applyMutation()
162 oppositeOpcode = Opcode.FLOAT_TO_DOUBLE; in applyMutation()
DValuePrinter.java259 || opcode == Opcode.FLOAT_TO_DOUBLE in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java157 FLOAT_TO_DOUBLE, enumConstant
DInstruction.java460 addOpcodeInfo(Opcode.FLOAT_TO_DOUBLE, "float-to-double", 0x89, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc394 case Instruction::FLOAT_TO_DOUBLE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h159 …V(0x89, FLOAT_TO_DOUBLE, "float-to-double", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | …