Home
last modified time | relevance | path

Searched refs:gc_state (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dobjects-visiting.cc19 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()
131 if (heap->gc_state() == Heap::MARK_COMPACT) { in VisitLiveObject()
Dlocal-heap-inl.h29 Heap::HeapState state = heap()->gc_state(); in AllocateRaw()
Dallocation-observer.cc165 DCHECK_EQ(heap->gc_state(), Heap::NOT_IN_GC); in PauseAllocationObserversScope()
Dincremental-marking.cc117 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC && in CanBeActivated()
152 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Start()
868 if (heap_->gc_state() != Heap::NOT_IN_GC || !FLAG_incremental_marking || in AdvanceOnAllocation()
Dconcurrent-allocator.cc35 if (heap->gc_state() == Heap::TEAR_DOWN) return; in RunInternal()
Dheap-allocator-inl.h58 DCHECK_EQ(heap_->gc_state(), Heap::NOT_IN_GC); in AllocateRaw()
Dsafepoint.cc310 DCHECK_EQ(client->heap()->gc_state(), Heap::TEAR_DOWN); in RemoveClient()
Dheap-inl.h262 DCHECK_IMPLIES(heap->gc_state() == NOT_IN_GC, InToPage(heap_object)); in InYoungGeneration()
Dheap.h647 inline HeapState gc_state() const { in gc_state() function
651 bool IsTearingDown() const { return gc_state() == TEAR_DOWN; } in IsTearingDown()
Dnew-spaces.cc591 if (FLAG_allocation_buffer_parking && heap()->gc_state() == Heap::NOT_IN_GC && in AddFreshPage()
Dheap.cc438 return gc_state() == TEAR_DOWN || IsMainThreadParked(local_heap) || in CanExpandOldGenerationBackground()
1053 DCHECK_EQ(gc_state(), NOT_IN_GC); in GarbageCollectionPrologue()
3616 DCHECK_EQ(gc_state(), MARK_COMPACT); in RightTrimWeakFixedArray()
5462 if (gc_state() == TEAR_DOWN) return true; in ShouldExpandOldGenerationOnSlowAllocation()
5995 DCHECK_EQ(gc_state(), HeapState::NOT_IN_GC); in SetEmbedderHeapTracer()
6092 DCHECK_EQ(gc_state(), TEAR_DOWN); in TearDown()
Dpaged-spaces.cc984 if (heap()->gc_state() != Heap::NOT_IN_GC && !heap()->force_oom()) { in RawRefillLabMain()
/third_party/node/deps/v8/src/profiler/
Dsampling-heap-profiler.h143 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Step()
/third_party/node/deps/v8/src/objects/
Dstring-table.cc755 DCHECK_NE(isolate_->heap()->gc_state(), Heap::NOT_IN_GC); in DropOldData()
763 DCHECK_NE(isolate_->heap()->gc_state(), Heap::NOT_IN_GC); in NotifyElementsRemoved()
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc1541 DCHECK_EQ(Heap::NOT_IN_GC, isolate_->heap()->gc_state()); in PostGarbageCollectionProcessing()
/third_party/node/deps/v8/src/execution/
Dframes.cc1490 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in ComputeParametersCount()
Disolate.cc5138 if (heap_.gc_state() == Heap::NOT_IN_GC && !context().is_null()) { in ThrowInternal()
/third_party/node/deps/v8/src/api/
Dapi.cc8356 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()