Searched refs:FLOAT_TO_LONG (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 141 oppositeOpcode = Opcode.FLOAT_TO_LONG; in applyMutation() 149 case FLOAT_TO_LONG: in applyMutation()
|
D | ValuePrinter.java | 244 || opcode == Opcode.INT_TO_LONG || opcode == Opcode.FLOAT_TO_LONG in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 156 FLOAT_TO_LONG, enumConstant
|
D | Instruction.java | 459 addOpcodeInfo(Opcode.FLOAT_TO_LONG, "float-to-long", 0x88, new Format12x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_list.h | 158 …V(0x88, FLOAT_TO_LONG, "float-to-long", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kVer…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1706 case Instruction::FLOAT_TO_LONG: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2104 case Instruction::FLOAT_TO_LONG: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3195 case Instruction::FLOAT_TO_LONG: in CodeFlowVerifyInstruction()
|