Searched refs:FLOAT_TO_INT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 132 oppositeOpcode = Opcode.FLOAT_TO_INT; in applyMutation() 146 case FLOAT_TO_INT: in applyMutation()
|
D | ValuePrinter.java | 236 || opcode == Opcode.LONG_TO_INT || opcode == Opcode.FLOAT_TO_INT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 155 FLOAT_TO_INT, enumConstant
|
D | Instruction.java | 458 addOpcodeInfo(Opcode.FLOAT_TO_INT, "float-to-int", 0x87, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/optimizing/ |
D | scheduler_test.cc | 403 Instruction::FLOAT_TO_INT | 0 << 12 | 5 << 8, // float-to-int v5, v0 in TEST_F()
|
D | instruction_builder.cc | 2099 case Instruction::FLOAT_TO_INT: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 157 …V(0x87, FLOAT_TO_INT, "float-to-int", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyReg…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1698 case Instruction::FLOAT_TO_INT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3192 case Instruction::FLOAT_TO_INT: in CodeFlowVerifyInstruction()
|