Lines Matching refs:GetAllocatedBytes
94 currentRegion->GetAllocatedBytes(top) - currentRegion->GetAllocatedBytes(waterLine_);
96 allocateAfterLastGC_ += currentRegion->GetAllocatedBytes(top);
100 survivalObjectSize_ += currentRegion->GetAllocatedBytes(top);
135 endPtr = curPtr + region->GetAllocatedBytes(top);
137 endPtr = curPtr + region->GetAllocatedBytes();
285 currentRegion->GetAllocatedBytes(top) - currentRegion->GetAllocatedBytes(waterLine_);
287 allocateAfterLastGC_ += currentRegion->GetAllocatedBytes(top);
335 currentRegionSize = currentRegion->GetAllocatedBytes(top);
337 currentRegionSize -= currentRegion->GetAllocatedBytes(waterLine_);
398 survivalObjectSize_ += region->GetAllocatedBytes();
415 survivalObjectSize_ += last->GetAllocatedBytes(waterLine_);
487 currentRegionSize = currentRegion->GetAllocatedBytes(top);
489 currentRegionSize -= currentRegion->GetAllocatedBytes(waterLine_);