Searched refs:allocation_watermark (Results 1 – 2 of 2) sorted by relevance
85 void Page::SetAllocationWatermark(Address allocation_watermark) { in SetAllocationWatermark() argument101 Offset(allocation_watermark) << kAllocationWatermarkOffsetShift; in SetAllocationWatermark()103 == static_cast<uint32_t>(Offset(allocation_watermark))); in SetAllocationWatermark()107 void Page::SetCachedAllocationWatermark(Address allocation_watermark) { in SetCachedAllocationWatermark() argument108 mc_first_forwarded = allocation_watermark; in SetCachedAllocationWatermark()
174 inline void SetAllocationWatermark(Address allocation_watermark);176 inline void SetCachedAllocationWatermark(Address allocation_watermark);