Home
last modified time | relevance | path

Searched refs:DOUBLE_TO_FLOAT (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java153 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()
DValuePrinter.java252 || opcode == Opcode.DOUBLE_TO_FLOAT in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java160 DOUBLE_TO_FLOAT, enumConstant
DInstruction.java463 addOpcodeInfo(Opcode.DOUBLE_TO_FLOAT, "double-to-float", 0x8c, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc397 case Instruction::DOUBLE_TO_FLOAT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h162 …V(0x8C, DOUBLE_TO_FLOAT, "double-to-float", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1328 HANDLER_ATTRIBUTES bool DOUBLE_TO_FLOAT() { in DOUBLE_TO_FLOAT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2440 case Instruction::DOUBLE_TO_FLOAT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3274 case Instruction::DOUBLE_TO_FLOAT: in CodeFlowVerifyInstruction()