Lines Matching defs:bytes
157 uint64_t bytes = 0;
166 bytes += r->BytesAllocated();
170 bytes += r->BytesAllocated();
175 bytes += r->BytesAllocated();
180 bytes += r->BytesAllocated();
187 return bytes;
192 uint64_t bytes = 0;
201 bytes += r->ObjectsAllocated();
205 bytes += r->ObjectsAllocated();
210 bytes += r->ObjectsAllocated();
215 bytes += r->ObjectsAllocated();
222 return bytes;
246 // For newly allocated and evacuated regions, live bytes will be -1.
349 size_t bytes;
351 bytes = thread_->GetThreadLocalBytesAllocated();
353 bytes = static_cast<size_t>(Top() - begin_);
355 DCHECK_LE(bytes, kRegionSize);
356 return bytes;