Home | History | Annotate | Download | only in src

Lines Matching refs:OLD_POINTER_SPACE

569   UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(old_pointer_space)
594 CollectGarbage(OLD_POINTER_SPACE, gc_reason);
617 if (!CollectGarbage(OLD_POINTER_SPACE, MARK_COMPACTOR, gc_reason, NULL) &&
1345 paged_space(OLD_POINTER_SPACE)->EnsureSweeperProgress(new_space_.Size());
2096 CHECK(heap->AllowedToBeMigrated(object, OLD_POINTER_SPACE));
2097 maybe_result = heap->old_pointer_space()->AllocateRaw(allocation_size);
2509 { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
2515 { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
2921 OLD_POINTER_SPACE);
2937 { MaybeObject* maybe_result = Allocate(oddball_map(), OLD_POINTER_SPACE);
3616 MaybeObject* maybe = Allocate(shared_function_info_map(), OLD_POINTER_SPACE);
4345 (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
4386 AllocateRaw(arguments_object_size, NEW_SPACE, OLD_POINTER_SPACE);
4514 (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
4866 MaybeObject* maybe_global = Allocate(map, OLD_POINTER_SPACE);
4904 AllocateRaw(object_size, NEW_SPACE, OLD_POINTER_SPACE);
4988 AllocateRaw(adjusted_object_size, NEW_SPACE, OLD_POINTER_SPACE);
5554 (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
5555 AllocationSpace retry_space = OLD_POINTER_SPACE;
5719 AllocateRaw(Symbol::kSize, OLD_POINTER_SPACE, OLD_POINTER_SPACE);
5898 (size > Page::kMaxNonCodeHeapObjectSize) ? LO_SPACE : OLD_POINTER_SPACE;
5909 return (!old_pointer_space()->was_swept_conservatively() &&
6195 case OLD_POINTER_SPACE:
6466 OldSpace* space = old_pointer_space();
6831 OLD_POINTER_SPACE,
7088 case OLD_POINTER_SPACE:
7089 return heap_->old_pointer_space();
7110 case OLD_POINTER_SPACE:
7111 return heap_->old_pointer_space();
7131 case OLD_POINTER_SPACE:
7132 return heap_->old_pointer_space();
7195 case OLD_POINTER_SPACE:
7197 new HeapObjectIterator(heap_->old_pointer_space(), size_func_);