Searched refs:LONG_TO_FLOAT (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 140 case LONG_TO_FLOAT: in applyMutation() 150 oppositeOpcode = Opcode.LONG_TO_FLOAT; in applyMutation()
|
D | ValuePrinter.java | 251 || opcode == Opcode.INT_TO_FLOAT || opcode == Opcode.LONG_TO_FLOAT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 153 LONG_TO_FLOAT, enumConstant
|
D | Instruction.java | 456 addOpcodeInfo(Opcode.LONG_TO_FLOAT, "long-to-float", 0x85, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 390 case Instruction::LONG_TO_FLOAT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 155 …V(0x85, LONG_TO_FLOAT, "long-to-float", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyR…
|