Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java152 case FLOAT_TO_DOUBLE: in applyMutation()
162 oppositeOpcode = Opcode.FLOAT_TO_DOUBLE; in applyMutation()
DValuePrinter.java259 || opcode == Opcode.FLOAT_TO_DOUBLE in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java157 FLOAT_TO_DOUBLE, enumConstant
DInstruction.java460 addOpcodeInfo(Opcode.FLOAT_TO_DOUBLE, "float-to-double", 0x89, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc394 case Instruction::FLOAT_TO_DOUBLE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h159 …V(0x89, FLOAT_TO_DOUBLE, "float-to-double", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | …
/art/compiler/optimizing/
Dinstruction_builder.cc2403 case Instruction::FLOAT_TO_DOUBLE: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1873 ALWAYS_INLINE void FLOAT_TO_DOUBLE() REQUIRES_SHARED(Locks::mutator_lock_) { in FLOAT_TO_DOUBLE() function
/art/runtime/verifier/
Dmethod_verifier.cc3255 case Instruction::FLOAT_TO_DOUBLE: in CodeFlowVerifyInstruction()