Home
last modified time | relevance | path

Searched refs:CollectEvacuationCandidates (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmark-compact.h483 void CollectEvacuationCandidates(PagedSpace* space);
Dmark-compact.cc564 CollectEvacuationCandidates(heap()->old_space()); in StartCompaction()
567 CollectEvacuationCandidates(heap()->map_space()); in StartCompaction()
572 CollectEvacuationCandidates(heap()->code_space()); in StartCompaction()
794 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { in CollectEvacuationCandidates() function in v8::internal::MarkCompactCollector