Searched refs:INT_TO_DOUBLE (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 134 case INT_TO_DOUBLE: in applyMutation() 156 oppositeOpcode = Opcode.INT_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 | 151 INT_TO_DOUBLE, enumConstant
|
D | Instruction.java | 454 addOpcodeInfo(Opcode.INT_TO_DOUBLE, "int-to-double", 0x83, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 388 case Instruction::INT_TO_DOUBLE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 153 …V(0x83, INT_TO_DOUBLE, "int-to-double", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kVer…
|