Searched refs:FLOAT_TO_INT (Results 1 – 10 of 10) 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 | 452 Instruction::FLOAT_TO_INT | 0 << 12 | 5 << 8, // float-to-int v5, v0 in TEST_F()
|
D | instruction_builder.cc | 2856 case Instruction::FLOAT_TO_INT: { in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 415 case Instruction::FLOAT_TO_INT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
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-inl.h | 1156 HANDLER_ATTRIBUTES bool FLOAT_TO_INT() { in FLOAT_TO_INT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3232 case Instruction::FLOAT_TO_INT: in CodeFlowVerifyInstruction()
|