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

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 170 uint64_t high_half = *reinterpret_cast<uint32_t*>(stack_args_); local
171 return (low_half & 0xffffffffULL) | (high_half << 32);

Completed in 62 milliseconds