OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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