Searched refs:PInRegion (Results 1 – 1 of 1) sorted by relevance
588 const uptr PInRegion = DecompactPtr(It.get(I)) - Base; in markFreeBlocksInRegion() local589 DCHECK_LT(PInRegion, RegionSize); in markFreeBlocksInRegion()590 PageMap.inc(RegionIndex, getPageIndex(PInRegion)); in markFreeBlocksInRegion()598 const uptr PInRegion = DecompactPtr(It.get(I)) - Base; in markFreeBlocksInRegion() local599 PageMap.incRange(RegionIndex, getPageIndex(PInRegion), in markFreeBlocksInRegion()600 getPageIndex(PInRegion + BlockSize - 1)); in markFreeBlocksInRegion()