Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java134 case INT_TO_DOUBLE: in applyMutation()
156 oppositeOpcode = Opcode.INT_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.java151 INT_TO_DOUBLE, enumConstant
DInstruction.java454 addOpcodeInfo(Opcode.INT_TO_DOUBLE, "int-to-double", 0x83, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc388 case Instruction::INT_TO_DOUBLE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h153 …V(0x83, INT_TO_DOUBLE, "int-to-double", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kVer…