Home | History | Annotate | Download | only in heap

Lines Matching refs:live_byte_count_

361     chunk->live_byte_count_ += by;
365 return chunk->live_byte_count_;
369 chunk->live_byte_count_ = value;
381 chunk->live_byte_count_ += by;
385 return chunk->live_byte_count_;
389 chunk->live_byte_count_ = value;
402 chunk->live_byte_count_ += by;
406 return chunk->live_byte_count_;
410 chunk->live_byte_count_ = value;