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 169 uint64_t low_half = *reinterpret_cast<uint32_t*>(GetParamAddress()); local
171 return (low_half & 0xffffffffULL) | (high_half << 32);

Completed in 53 milliseconds