Home | History | Annotate | Download | only in src

Lines Matching defs:old_pointer_space

450   CollectGarbage(OLD_POINTER_SPACE, gc_reason);
472 if (!CollectGarbage(OLD_POINTER_SPACE, MARK_COMPACTOR, gc_reason, NULL)) {
612 PagedSpace* old_pointer_space = Heap::old_pointer_space();
628 if (!old_pointer_space->ReserveSpace(pointer_space_size)) {
629 AbortIncrementalMarkingAndCollectGarbage(this, OLD_POINTER_SPACE,
1637 maybe_result = heap->old_pointer_space()->AllocateRaw(object_size);
2034 { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
2040 { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
2345 { MaybeObject* maybe_result = Allocate(oddball_map(), OLD_POINTER_SPACE);
2892 MaybeObject* maybe = Allocate(shared_function_info_map(), OLD_POINTER_SPACE);
3581 (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
3622 AllocateRaw(arguments_object_size, NEW_SPACE, OLD_POINTER_SPACE);
3796 (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
3989 { MaybeObject* maybe_obj = Allocate(map, OLD_POINTER_SPACE);
4029 AllocateRaw(object_size, NEW_SPACE, OLD_POINTER_SPACE);
4530 (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
4535 } else if (space == OLD_POINTER_SPACE &&
4542 (size <= Page::kMaxNonCodeHeapObjectSize) ? OLD_POINTER_SPACE : LO_SPACE;
4804 (size > Page::kMaxNonCodeHeapObjectSize) ? LO_SPACE : OLD_POINTER_SPACE;
4815 return (!old_pointer_space()->was_swept_conservatively() &&
5083 case OLD_POINTER_SPACE:
5383 OldSpace* space = old_pointer_space();
5901 OLD_POINTER_SPACE,
6137 case OLD_POINTER_SPACE:
6138 return HEAP->old_pointer_space();
6157 case OLD_POINTER_SPACE:
6158 return HEAP->old_pointer_space();
6176 case OLD_POINTER_SPACE:
6177 return HEAP->old_pointer_space();
6238 case OLD_POINTER_SPACE:
6239 iterator_ = new HeapObjectIterator(HEAP->old_pointer_space(), size_func_);