Home
last modified time | relevance | path

Searched refs:allocation_watermark (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dspaces-inl.h85 void Page::SetAllocationWatermark(Address allocation_watermark) { in SetAllocationWatermark() argument
101 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() argument
108 mc_first_forwarded = allocation_watermark; in SetCachedAllocationWatermark()
Dspaces.h174 inline void SetAllocationWatermark(Address allocation_watermark);
176 inline void SetCachedAllocationWatermark(Address allocation_watermark);