Lines Matching refs:zone_
193 : zone_(zone),
207 Segment* current = zone_->segment_head_;
210 zone_->ReleaseSegment(current);
224 zone_->allocation_size_ = allocation_size_;
225 zone_->segment_bytes_allocated_ = segment_bytes_allocated_;
226 zone_->position_ = position_;
227 zone_->limit_ = limit_;
228 zone_->segment_head_ = segment_head_;
230 zone_->allocation_size_for_tracing_ = allocation_size_for_tracing_;
231 zone_->freed_size_for_tracing_ = freed_size_for_tracing_;