Home | Sort by relevance Sort by last modified time |
/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); |