Home | History | Annotate | Download | only in heap

Lines Matching refs:live_bytes

615   void SetLiveBytes(int live_bytes) {
616 DCHECK_GE(live_bytes, 0);
617 DCHECK_LE(static_cast<unsigned>(live_bytes), size_);
618 live_byte_count_ = live_bytes;