Lines Matching refs:old_data_space
566 PagedSpace* old_data_space = Heap::old_data_space();
582 if (!(old_data_space->ReserveSpace(data_space_size))) {
583 Heap::CollectGarbage(OLD_DATA_SPACE);
919 HeapObjectIterator data_it(HEAP->old_data_space());
1382 maybe_result = heap->old_data_space()->AllocateRaw(object_size);
1676 { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_DATA_SPACE);
1884 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
1888 AllocateRaw(HeapNumber::kSize, space, OLD_DATA_SPACE);
1931 { MaybeObject* maybe_result = Allocate(oddball_map(), OLD_DATA_SPACE);
2007 { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_DATA_SPACE);
2329 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
2710 { MaybeObject* maybe_result = AllocateRaw(size, space, OLD_DATA_SPACE);
2738 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
2742 OLD_DATA_SPACE);
3541 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
3542 AllocationSpace retry_space = OLD_DATA_SPACE;
3552 } else if (space == OLD_DATA_SPACE && size > MaxObjectSizeInPagedSpace()) {
3576 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
3577 AllocationSpace retry_space = OLD_DATA_SPACE;
3587 } else if (space == OLD_DATA_SPACE && size > MaxObjectSizeInPagedSpace()) {
3608 AllocateRaw(size, OLD_DATA_SPACE, OLD_DATA_SPACE);
4021 case OLD_DATA_SPACE:
4872 OLD_DATA_SPACE,
5114 case OLD_DATA_SPACE:
5115 return HEAP->old_data_space();
5134 case OLD_DATA_SPACE:
5135 return HEAP->old_data_space();
5153 case OLD_DATA_SPACE:
5154 return HEAP->old_data_space();
5216 case OLD_DATA_SPACE:
5217 iterator_ = new HeapObjectIterator(HEAP->old_data_space(), size_func_);
5265 heap->old_data_space()->MarkFreeListNodes();