Home | History | Annotate | Download | only in heap

Lines Matching refs:live_bytes

427   void SetLiveBytes(int live_bytes) {
428 DCHECK_GE(live_bytes, 0);
429 DCHECK_LE(static_cast<size_t>(live_bytes), size_);
430 live_byte_count_ = live_bytes;