Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java144 oppositeOpcode = Opcode.DOUBLE_TO_LONG; in applyMutation()
158 case DOUBLE_TO_LONG: in applyMutation()
DValuePrinter.java245 || opcode == Opcode.DOUBLE_TO_LONG in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java159 DOUBLE_TO_LONG, enumConstant
DInstruction.java462 addOpcodeInfo(Opcode.DOUBLE_TO_LONG, "double-to-long", 0x8b, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc396 case Instruction::DOUBLE_TO_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h161 …V(0x8B, DOUBLE_TO_LONG, "double-to-long", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kV…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1321 HANDLER_ATTRIBUTES bool DOUBLE_TO_LONG() { in DOUBLE_TO_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc2708 case Instruction::DOUBLE_TO_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3271 case Instruction::DOUBLE_TO_LONG: in CodeFlowVerifyInstruction()