Home | History | Annotate | Download | only in src

Lines Matching refs:OLD_DATA_SPACE

613   PagedSpace* old_data_space = Heap::old_data_space();
633 if (!(old_data_space->ReserveSpace(data_space_size))) {
634 AbortIncrementalMarkingAndCollectGarbage(this, OLD_DATA_SPACE,
1010 if (!HEAP->old_data_space()->was_swept_conservatively()) {
1011 HeapObjectIterator data_it(HEAP->old_data_space());
1635 maybe_result = heap->old_data_space()->AllocateRaw(object_size);
2297 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
2301 AllocateRaw(HeapNumber::kSize, space, OLD_DATA_SPACE);
2881 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
3319 { MaybeObject* maybe_result = AllocateRaw(size, space, OLD_DATA_SPACE);
3348 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
3352 OLD_DATA_SPACE);
4349 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
4350 AllocationSpace retry_space = OLD_DATA_SPACE;
4360 } else if (space == OLD_DATA_SPACE &&
4385 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
4386 AllocationSpace retry_space = OLD_DATA_SPACE;
4396 } else if (space == OLD_DATA_SPACE &&
4437 AllocateRaw(size, OLD_DATA_SPACE, OLD_DATA_SPACE);
4607 AllocateRaw(size, OLD_DATA_SPACE, OLD_DATA_SPACE);
4663 (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
4668 } else if (space == OLD_DATA_SPACE &&
4675 (size <= Page::kMaxNonCodeHeapObjectSize) ? OLD_DATA_SPACE : LO_SPACE;
4816 !old_data_space()->was_swept_conservatively());
5085 case OLD_DATA_SPACE:
5910 OLD_DATA_SPACE,
6139 case OLD_DATA_SPACE:
6140 return HEAP->old_data_space();
6159 case OLD_DATA_SPACE:
6160 return HEAP->old_data_space();
6178 case OLD_DATA_SPACE:
6179 return HEAP->old_data_space();
6241 case OLD_DATA_SPACE:
6242 iterator_ = new HeapObjectIterator(HEAP->old_data_space(), size_func_);