Home
last modified time | relevance | path

Searched refs:old_data_space (Results 1 – 12 of 12) sorted by relevance

/external/v8/test/cctest/
Dtest-alloc.cc68 OldSpace* old_data_space = heap->old_data_space(); in AllocateAfterFailures() local
70 while (old_data_space->Available() > kOldDataSpaceFillerSize) { in AllocateAfterFailures()
Dtest-serialize.cc628 page_fullness > HEAP->old_data_space()->AreaSize()) { in TEST()
Dtest-api.cc615 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()
/external/v8/src/
Dstore-buffer-inl.h60 !heap_->old_data_space()->Contains(addr) && in EnterDirectlyIntoStoreBuffer()
Dincremental-marking.cc350 DeactivateIncrementalWriteBarrierForSpace(heap_->old_data_space()); in DeactivateIncrementalWriteBarrier()
384 ActivateIncrementalWriteBarrier(heap_->old_data_space()); in ActivateIncrementalWriteBarrier()
487 heap_->old_data_space()->IsSweepingComplete()) { in Start()
Dmark-compact.cc136 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()
Dheap.cc613 PagedSpace* old_data_space = Heap::old_data_space(); in ReserveSpace() local
633 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()
Dheap.h500 OldSpace* old_data_space() { return old_data_space_; } in old_data_space() function
1527 return old_data_space()->IsSweepingComplete() && in IsSweepingComplete()
1532 bool sweeping_complete = old_data_space()->AdvanceSweeper(step_size); in AdvanceSweepers()
Dstore-buffer.cc684 ASSERT(!heap_->old_data_space()->Contains(*current)); in Compact()
Dspaces.cc73 owner == HEAP->old_data_space() || in HeapObjectIterator()
462 if (owner == heap->old_data_space()) { in Initialize()
Dserialize.cc765 dest_space = isolate->heap()->old_data_space(); \
Dprofile-generator.cc3069 ASSERT(!debug_heap->old_data_space()->was_swept_conservatively()); in GenerateSnapshot()