Searched refs:INT_TO_FLOAT (Results 1 – 10 of 10) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 131 case INT_TO_FLOAT: in applyMutation() 147 oppositeOpcode = Opcode.INT_TO_FLOAT; in applyMutation()
|
D | ValuePrinter.java | 251 || opcode == Opcode.INT_TO_FLOAT || opcode == Opcode.LONG_TO_FLOAT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 150 INT_TO_FLOAT, enumConstant
|
D | Instruction.java | 453 addOpcodeInfo(Opcode.INT_TO_FLOAT, "int-to-float", 0x82, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/optimizing/ |
D | scheduler_test.cc | 421 Instruction::INT_TO_FLOAT | 1 << 12 | 5 << 8, // int-to-float v5, v1 in TEST_F()
|
D | instruction_builder.cc | 2368 case Instruction::INT_TO_FLOAT: { in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 387 case Instruction::INT_TO_FLOAT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 152 …V(0x82, INT_TO_FLOAT, "int-to-float", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyReg…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1829 ALWAYS_INLINE void INT_TO_FLOAT() REQUIRES_SHARED(Locks::mutator_lock_) { in INT_TO_FLOAT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3229 case Instruction::INT_TO_FLOAT: in CodeFlowVerifyInstruction()
|