Searched refs:LONG_TO_FLOAT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 140 case LONG_TO_FLOAT: in applyMutation() 150 oppositeOpcode = Opcode.LONG_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 | 153 LONG_TO_FLOAT, enumConstant
|
D | Instruction.java | 456 addOpcodeInfo(Opcode.LONG_TO_FLOAT, "long-to-float", 0x85, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 390 case Instruction::LONG_TO_FLOAT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 155 …V(0x85, LONG_TO_FLOAT, "long-to-float", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyR…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2383 case Instruction::LONG_TO_FLOAT: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1847 ALWAYS_INLINE void LONG_TO_FLOAT() REQUIRES_SHARED(Locks::mutator_lock_) { in LONG_TO_FLOAT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3240 case Instruction::LONG_TO_FLOAT: in CodeFlowVerifyInstruction()
|