Home
last modified time | relevance | path

Searched refs:INT_TO_FLOAT (Results 1 – 10 of 10) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java131 case INT_TO_FLOAT: in applyMutation()
147 oppositeOpcode = Opcode.INT_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.java150 INT_TO_FLOAT, enumConstant
DInstruction.java453 addOpcodeInfo(Opcode.INT_TO_FLOAT, "int-to-float", 0x82, new Format12x()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dscheduler_test.cc449 Instruction::INT_TO_FLOAT | 1 << 12 | 5 << 8, // int-to-float v5, v1 in TEST_F()
Dinstruction_builder.cc2663 case Instruction::INT_TO_FLOAT: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc387 case Instruction::INT_TO_FLOAT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h152 …V(0x82, INT_TO_FLOAT, "int-to-float", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyReg…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1270 HANDLER_ATTRIBUTES bool INT_TO_FLOAT() { in INT_TO_FLOAT() function
/art/runtime/verifier/
Dmethod_verifier.cc3237 case Instruction::INT_TO_FLOAT: in CodeFlowVerifyInstruction()