Searched refs:FLOAT_TO_LONG (Results 1 – 9 of 9) 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/tools/veridex/ |
D | flow_analysis.cc | 416 case Instruction::FLOAT_TO_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
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-inl.h | 1161 HANDLER_ATTRIBUTES bool FLOAT_TO_LONG() { in FLOAT_TO_LONG() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2861 case Instruction::FLOAT_TO_LONG: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3235 case Instruction::FLOAT_TO_LONG: in CodeFlowVerifyInstruction()
|