Lines Matching defs:top
88 uintptr_t top = allocator_.GetTop();
94 currentRegion->GetAllocatedBytes(top) - currentRegion->GetAllocatedBytes(waterLine_);
96 allocateAfterLastGC_ += currentRegion->GetAllocatedBytes(top);
100 survivalObjectSize_ += currentRegion->GetAllocatedBytes(top);
102 currentRegion->SetHighWaterMark(top);
134 auto top = allocator_.GetTop();
135 endPtr = curPtr + region->GetAllocatedBytes(top);
280 uintptr_t top = allocator_.GetTop();
285 currentRegion->GetAllocatedBytes(top) - currentRegion->GetAllocatedBytes(waterLine_);
287 allocateAfterLastGC_ += currentRegion->GetAllocatedBytes(top);
289 currentRegion->SetHighWaterMark(top);
330 size_t EdenSpace::GetAllocatedSizeSinceGC(uintptr_t top) const
335 currentRegionSize = currentRegion->GetAllocatedBytes(top);
482 size_t SemiSpace::GetAllocatedSizeSinceGC(uintptr_t top) const
487 currentRegionSize = currentRegion->GetAllocatedBytes(top);