Home | History | Annotate | Download | only in src

Lines Matching refs:OLD_DATA_SPACE

149   VerifyMarking(heap->old_data_space());
231 VerifyEvacuation(heap->old_data_space());
373 CollectEvacuationCandidates(heap()->old_data_space());
390 heap()->old_data_space()->EvictEvacuationCandidatesFromFreeLists();
477 VerifyMarkbitsAreClean(heap_->old_data_space());
540 ClearMarkbitsInPagedSpace(heap_->old_data_space());
570 StealMemoryFromSweeperThreads(heap()->paged_space(OLD_DATA_SPACE));
572 heap()->paged_space(OLD_DATA_SPACE)->ResetUnsweptFreeBytes();
658 case OLD_DATA_SPACE: return "OLD_DATA_SPACE";
735 space->identity() == OLD_DATA_SPACE ||
2206 heap()->old_data_space());
2794 ASSERT(dest == OLD_DATA_SPACE || dest == NEW_SPACE);
2927 target_space == heap()->old_data_space());
3436 case OLD_DATA_SPACE:
4104 SweepSpace(heap()->old_data_space(), how_to_sweep);