Lines Matching defs:new_space
137 void VerifyMarking(NewSpace* new_space);
218 VerifyMarking(heap_->new_space());
348 void VerifyEvacuation(NewSpace* new_space);
402 VerifyEvacuation(heap_->new_space());
672 VerifyMarkbitsAreClean(heap_->new_space());
1010 if (heap()->new_space()) {
1011 DCHECK_EQ(heap()->new_space()->top(),
1012 heap()->new_space()->original_top_acquire());
1860 page->heap()->new_space()->MovePageFromSpaceToSpace(page);
1864 page->heap()->new_space()->from_space().RemovePage(page);
3471 NewSpace* new_space = heap()->new_space();
3473 if (new_space) {
3476 PageRange(new_space->first_allocatable_address(), new_space->top())) {
3479 new_space->Flip();
3480 new_space->ResetLinearAllocationArea();
3482 DCHECK_EQ(new_space->Size(), 0);
3502 if (heap()->new_space()) {
3503 heap()->new_space()->set_age_mark(heap()->new_space()->top());
3504 DCHECK_EQ(0, heap()->new_space()->Size());
3673 "evacuation[%p]: page=%p new_space=%d "
3681 chunk->Contains(heap()->new_space()->age_mark()),
3890 const Address age_mark = heap()->new_space()->age_mark();
4132 if (heap()->new_space()) {
4134 if (!heap()->new_space()->Rebalance()) {
4627 DCHECK_IMPLIES(heap()->new_space(), heap()->new_space()->Size() == 0);
4891 VerifyMarking(heap_->new_space());
4953 VerifyEvacuation(heap_->new_space());
5329 PageRange(heap()->new_space()->from_space().first_page(), nullptr)) {
5481 NewSpace* new_space = heap()->new_space();
5484 PageRange(new_space->first_allocatable_address(), new_space->top())) {
5488 new_space->Flip();
5489 new_space->ResetLinearAllocationArea();
5496 heap()->new_space()->set_age_mark(heap()->new_space()->top());
5504 const Address space_start = heap()->new_space()->first_allocatable_address();
5505 const Address space_end = heap()->new_space()->top();
5545 local_live_bytes_.reserve(isolate->heap()->new_space()->Capacity() /
5816 NewSpace* new_space = heap()->new_space();
5823 PageRange(new_space->first_allocatable_address(), new_space->top())) {
5845 p->Contains(new_space->top()) ? new_space->top() : p->area_end();
5885 if (!heap()->new_space()->Rebalance()) {