Home
last modified time | relevance | path

Searched refs:INT_TO_DOUBLE (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java134 case INT_TO_DOUBLE: in applyMutation()
156 oppositeOpcode = Opcode.INT_TO_DOUBLE; in applyMutation()
DValuePrinter.java258 || opcode == Opcode.INT_TO_DOUBLE || opcode == Opcode.LONG_TO_DOUBLE in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java151 INT_TO_DOUBLE, enumConstant
DInstruction.java454 addOpcodeInfo(Opcode.INT_TO_DOUBLE, "int-to-double", 0x83, new Format12x()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_list.h153 …V(0x83, INT_TO_DOUBLE, "int-to-double", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1674 case Instruction::INT_TO_DOUBLE: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2079 case Instruction::INT_TO_DOUBLE: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3176 case Instruction::INT_TO_DOUBLE: in CodeFlowVerifyInstruction()