Searched refs:live_bytes (Results 1 – 3 of 3) sorted by relevance
714 size_t live_bytes = pages[i].first; in CollectEvacuationCandidates() local715 DCHECK_GE(area_size, live_bytes); in CollectEvacuationCandidates()716 size_t free_bytes = area_size - live_bytes; in CollectEvacuationCandidates()719 ((total_live_bytes + live_bytes) <= max_evacuated_bytes))) { in CollectEvacuationCandidates()721 total_live_bytes += live_bytes; in CollectEvacuationCandidates()3072 intptr_t live_bytes) { in NumberOfParallelCompactionTasks() argument3090 tasks = 1 + static_cast<int>(live_bytes / compaction_speed / in NumberOfParallelCompactionTasks()3150 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local3152 live_bytes += page->LiveBytes(); in EvacuatePagesInParallel()3159 live_bytes += page->LiveBytes(); in EvacuatePagesInParallel()[all …]
427 void SetLiveBytes(int live_bytes) { in SetLiveBytes() argument428 DCHECK_GE(live_bytes, 0); in SetLiveBytes()429 DCHECK_LE(static_cast<size_t>(live_bytes), size_); in SetLiveBytes()430 live_byte_count_ = live_bytes; in SetLiveBytes()
692 int NumberOfParallelCompactionTasks(int pages, intptr_t live_bytes);