Lines Matching defs:bytes
536 "Evacuation candidate: Free bytes: %6zu. Free Lists length: %4d.\n",
814 // between live bytes and capacity of this page (= area).
815 // * Evacuation quota: A global quota determining how much bytes should be
853 // Only the pages with at more than |free_bytes_threshold| free bytes are
1889 void account_moved_bytes(intptr_t bytes) { moved_bytes_ += bytes; }
3578 // NewSpacePages with more live bytes than this threshold qualify for fast
3626 // |saved_live_bytes| returns the live bytes of the page that was processed.
4743 // Recompute live bytes.
4804 // Loop needs to support deletion if live bytes == 0 for a page.
5566 void IncrementLiveBytes(HeapObject object, intptr_t bytes) {
5567 local_live_bytes_[Page::FromHeapObject(object)] += bytes;