HomeSort by relevance Sort by last modified time
    Searched full:low_half (Results 1 - 1 of 1) sorted by null

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 286 uint64_t low_half = *reinterpret_cast<uint32_t*>(GetParamAddress()); local
288 return (low_half & 0xffffffffULL) | (high_half << 32);
    [all...]

Completed in 91 milliseconds