Searched refs:getLog2 (Results 1 – 2 of 2) sorted by relevance
238 CounterSizeBitsLog = getLog2(CounterSizeBits); in reset() 243 PackingRatioLog = getLog2(PackingRatio);351 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in skipPages() 431 PageSizeLog = getLog2(PageSize); in ensurePageMapAllocated()
91 inline uptr getLog2(uptr X) { in getLog2() function