Searched refs:DOUBLE_TO_FLOAT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 153 oppositeOpcode = Opcode.DOUBLE_TO_FLOAT; in applyMutation() 161 case DOUBLE_TO_FLOAT: in applyMutation() 195 if (Opcode.isBetween(opcode, Opcode.INT_TO_LONG, Opcode.DOUBLE_TO_FLOAT)) { in isConversionInstruction()
|
D | ValuePrinter.java | 252 || opcode == Opcode.DOUBLE_TO_FLOAT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 160 DOUBLE_TO_FLOAT, enumConstant
|
D | Instruction.java | 463 addOpcodeInfo(Opcode.DOUBLE_TO_FLOAT, "double-to-float", 0x8c, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 420 case Instruction::DOUBLE_TO_FLOAT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 162 …V(0x8C, DOUBLE_TO_FLOAT, "double-to-float", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVer…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1181 HANDLER_ATTRIBUTES bool DOUBLE_TO_FLOAT() { in DOUBLE_TO_FLOAT() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2881 case Instruction::DOUBLE_TO_FLOAT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3251 case Instruction::DOUBLE_TO_FLOAT: in CodeFlowVerifyInstruction()
|