Home
last modified time | relevance | path

Searched refs:MergeCompactionSpace (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/heap/
Dtest-spaces.cc439 old_space->MergeCompactionSpace(compaction_space); in TEST()
519 old_space->MergeCompactionSpace(compaction_space); in TEST()
555 space->MergeCompactionSpace(spaces[i]->Get(id)); in MergeCompactionSpaces()
/external/v8/src/heap/
Dmark-compact.cc3191 heap()->old_space()->MergeCompactionSpace( in EvacuatePagesInParallel()
3193 heap()->code_space()->MergeCompactionSpace( in EvacuatePagesInParallel()
Dspaces.h2149 void MergeCompactionSpace(CompactionSpace* other);
Dspaces.cc1097 void PagedSpace::MergeCompactionSpace(CompactionSpace* other) { in AllocateChunk() function in v8::internal::PagedSpace