Home | History | Annotate | Download | only in src

Lines Matching defs:new_space

140   VerifyMarking(heap->new_space());
221 VerifyEvacuation(heap->new_space());
334 VerifyMarkbitsAreClean(heap_->new_space());
369 ClearMarkbitsInNewSpace(heap_->new_space());
423 case NEW_SPACE: return "NEW_SPACE";
2200 SemiSpaceIterator new_it(heap()->new_space());
2295 Address marking_deque_start = heap()->new_space()->FromSpacePageLow();
2296 Address marking_deque_end = heap()->new_space()->FromSpacePageHigh();
2690 ASSERT(dest == OLD_DATA_SPACE || dest == NEW_SPACE);
2841 NewSpace* new_space = heap()->new_space();
2844 Address from_bottom = new_space->bottom();
2845 Address from_top = new_space->top();
2849 new_space->Flip();
2850 new_space->ResetAllocationInfo();
2876 MaybeObject* allocation = new_space->AllocateRaw(size);
2878 if (!new_space->AddFreshPage()) {
2884 allocation = new_space->AllocateRaw(size);
2892 NEW_SPACE);
2903 new_space->set_age_mark(new_space->top());
3278 SemiSpaceIterator to_it(heap()->new_space()->bottom(),
3279 heap()->new_space()->top());
3828 intptr_t newspace_size = space->heap()->new_space()->Size();