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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2265 uint64_t double_arg; local
2268 double_arg = ReadSplitLongParam();
2270 double_arg = *reinterpret_cast<uint64_t*>(GetParamAddress());
2272 sm_.AdvanceDouble(double_arg);

Completed in 234 milliseconds