Searched refs:old_data_space (Results 1 – 12 of 12) sorted by relevance
68 OldSpace* old_data_space = heap->old_data_space(); in AllocateAfterFailures() local70 while (old_data_space->Available() > kOldDataSpaceFillerSize) { in AllocateAfterFailures()
628 page_fullness > HEAP->old_data_space()->AreaSize()) { in TEST()
615 CHECK(in_new_space || HEAP->old_data_space()->Contains(*istring)); in THREADED_TEST()634 CHECK(in_new_space || HEAP->old_data_space()->Contains(*istring)); in THREADED_TEST()
60 !heap_->old_data_space()->Contains(addr) && in EnterDirectlyIntoStoreBuffer()
350 DeactivateIncrementalWriteBarrierForSpace(heap_->old_data_space()); in DeactivateIncrementalWriteBarrier()384 ActivateIncrementalWriteBarrier(heap_->old_data_space()); in ActivateIncrementalWriteBarrier()487 heap_->old_data_space()->IsSweepingComplete()) { in Start()
136 VerifyMarking(heap->old_data_space()); in VerifyMarking()217 VerifyEvacuation(heap->old_data_space()); in VerifyEvacuation()252 CollectEvacuationCandidates(heap()->old_data_space()); in StartCompaction()266 heap()->old_data_space()->EvictEvacuationCandidatesFromFreeLists(); in StartCompaction()330 VerifyMarkbitsAreClean(heap_->old_data_space()); in VerifyMarkbitsAreClean()367 ClearMarkbitsInPagedSpace(heap_->old_data_space()); in ClearMarkbits()2211 heap()->old_data_space()); in RefillMarkingDeque()2816 target_space == heap()->old_data_space()); in TryPromoteObject()3952 SweepSpace(heap()->old_data_space(), how_to_sweep); in SweepSpaces()
613 PagedSpace* old_data_space = Heap::old_data_space(); in ReserveSpace() local633 if (!(old_data_space->ReserveSpace(data_space_size))) { in ReserveSpace()1010 if (!HEAP->old_data_space()->was_swept_conservatively()) { in VerifyNonPointerSpacePointers()1011 HeapObjectIterator data_it(HEAP->old_data_space()); in VerifyNonPointerSpacePointers()1635 maybe_result = heap->old_data_space()->AllocateRaw(object_size); in EvacuateObject()4816 !old_data_space()->was_swept_conservatively()); in IsHeapIterable()6140 return HEAP->old_data_space(); in next()6160 return HEAP->old_data_space(); in next()6179 return HEAP->old_data_space(); in next()6242 iterator_ = new HeapObjectIterator(HEAP->old_data_space(), size_func_); in CreateIterator()
500 OldSpace* old_data_space() { return old_data_space_; } in old_data_space() function1527 return old_data_space()->IsSweepingComplete() && in IsSweepingComplete()1532 bool sweeping_complete = old_data_space()->AdvanceSweeper(step_size); in AdvanceSweepers()
684 ASSERT(!heap_->old_data_space()->Contains(*current)); in Compact()
73 owner == HEAP->old_data_space() || in HeapObjectIterator()462 if (owner == heap->old_data_space()) { in Initialize()
765 dest_space = isolate->heap()->old_data_space(); \
3069 ASSERT(!debug_heap->old_data_space()->was_swept_conservatively()); in GenerateSnapshot()