Searched refs:NOT_IN_GC (Results 1 – 15 of 15) sorted by relevance
30 DCHECK(state == Heap::TEAR_DOWN || state == Heap::NOT_IN_GC); in AllocateRaw()
117 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()
165 DCHECK_EQ(heap->gc_state(), Heap::NOT_IN_GC); in PauseAllocationObserversScope()
58 DCHECK_EQ(heap_->gc_state(), Heap::NOT_IN_GC); in AllocateRaw()
262 DCHECK_IMPLIES(heap->gc_state() == NOT_IN_GC, InToPage(heap_object)); in InYoungGeneration()
239 NOT_IN_GC, enumerator2204 std::atomic<HeapState> gc_state_{NOT_IN_GC};
591 if (FLAG_allocation_buffer_parking && heap()->gc_state() == Heap::NOT_IN_GC && in AddFreshPage()
984 if (heap()->gc_state() != Heap::NOT_IN_GC && !heap()->force_oom()) { in RawRefillLabMain()
1053 DCHECK_EQ(gc_state(), NOT_IN_GC); in GarbageCollectionPrologue()2657 SetGCState(NOT_IN_GC); in MinorMarkCompact()2662 SetGCState(NOT_IN_GC); in MarkCompactEpilogue()2808 SetGCState(NOT_IN_GC); in Scavenge()5995 DCHECK_EQ(gc_state(), HeapState::NOT_IN_GC); in SetEmbedderHeapTracer()
143 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Step()
755 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()
1541 DCHECK_EQ(Heap::NOT_IN_GC, isolate_->heap()->gc_state()); in PostGarbageCollectionProcessing()
1490 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in ComputeParametersCount()
5161 if (heap_.gc_state() == Heap::NOT_IN_GC && !context().is_null()) { in ThrowInternal()
8375 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()