Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java140 case LONG_TO_FLOAT: in applyMutation()
150 oppositeOpcode = Opcode.LONG_TO_FLOAT; in applyMutation()
DValuePrinter.java251 || opcode == Opcode.INT_TO_FLOAT || opcode == Opcode.LONG_TO_FLOAT in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java153 LONG_TO_FLOAT, enumConstant
DInstruction.java456 addOpcodeInfo(Opcode.LONG_TO_FLOAT, "long-to-float", 0x85, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc390 case Instruction::LONG_TO_FLOAT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h155 …V(0x85, LONG_TO_FLOAT, "long-to-float", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyR…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1285 HANDLER_ATTRIBUTES bool LONG_TO_FLOAT() { in LONG_TO_FLOAT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2678 case Instruction::LONG_TO_FLOAT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3248 case Instruction::LONG_TO_FLOAT: in CodeFlowVerifyInstruction()