Home
last modified time | relevance | path

Searched refs:INT_TO_DOUBLE (Results 1 – 9 of 9) 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/tools/veridex/
Dflow_analysis.cc388 case Instruction::INT_TO_DOUBLE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h153 …V(0x83, INT_TO_DOUBLE, "int-to-double", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1275 HANDLER_ATTRIBUTES bool INT_TO_DOUBLE() { in INT_TO_DOUBLE() function
/art/compiler/optimizing/
Dinstruction_builder.cc2668 case Instruction::INT_TO_DOUBLE: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3240 case Instruction::INT_TO_DOUBLE: in CodeFlowVerifyInstruction()