Home | History | Annotate | Download | only in heap

Lines Matching refs:PagedSpace

146 static void VerifyMarking(PagedSpace* space) {
215 static void VerifyEvacuation(Heap* heap, PagedSpace* space) {
268 static void TraceFragmentation(PagedSpace* space) {
327 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) {
380 static void ClearMarkbitsInPagedSpace(PagedSpace* space) {
483 Page* MarkCompactCollector::Sweeper::GetSweptPageSafe(PagedSpace* space) {
627 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
829 for (PagedSpace* space = spaces.next(); space != NULL;
1607 inline bool TryEvacuateObject(PagedSpace* target_space, HeapObject* object,
1914 void MarkCompactCollector::DiscoverGreyObjectsInSpace(PagedSpace* space) {
3282 freed_bytes = reinterpret_cast<PagedSpace*>(space)->UnaccountedFree(
3320 freed_bytes = reinterpret_cast<PagedSpace*>(space)->UnaccountedFree(
3437 void MarkCompactCollector::Sweeper::AddSweptPageSafe(PagedSpace* space,
3727 PagedSpace* space = static_cast<PagedSpace*>(p->owner());
3822 void MarkCompactCollector::StartSweepSpace(PagedSpace* space) {