Searched refs:DOUBLE_TO_LONG (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 144 oppositeOpcode = Opcode.DOUBLE_TO_LONG; in applyMutation() 158 case DOUBLE_TO_LONG: in applyMutation()
|
D | ValuePrinter.java | 245 || opcode == Opcode.DOUBLE_TO_LONG in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 159 DOUBLE_TO_LONG, enumConstant
|
D | Instruction.java | 462 addOpcodeInfo(Opcode.DOUBLE_TO_LONG, "double-to-long", 0x8b, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 396 case Instruction::DOUBLE_TO_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 161 …V(0x8B, DOUBLE_TO_LONG, "double-to-long", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kV…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2413 case Instruction::DOUBLE_TO_LONG: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1886 ALWAYS_INLINE void DOUBLE_TO_LONG() REQUIRES_SHARED(Locks::mutator_lock_) { in DOUBLE_TO_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3263 case Instruction::DOUBLE_TO_LONG: in CodeFlowVerifyInstruction()
|