Searched defs:double_arg (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1565 uint64_t double_arg; local
1568 double_arg = ReadSplitLongParam();
1570 double_arg = *reinterpret_cast<uint64_t*>(GetParamAddress());
1572 sm_.AdvanceDouble(double_arg);

Completed in 57 milliseconds