Searched refs:NOT_IN_GC (Results 1 – 9 of 9) sorted by relevance
461 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC && in CanBeActivated()526 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Start()1137 if (heap_->gc_state() != Heap::NOT_IN_GC || !FLAG_incremental_marking || in Step()
198 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()357 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
103 gc_state_(NOT_IN_GC), in Heap()450 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()1449 gc_state_ = NOT_IN_GC; in MarkCompactEpilogue()1769 gc_state_ = NOT_IN_GC; in Scavenge()3434 DCHECK(gc_state_ == NOT_IN_GC); in Allocate()4872 if (gc_state() == Heap::NOT_IN_GC) { in RecordStats()
641 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator
560 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
982 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
780 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
2708 if (heap_.gc_state() == Heap::NOT_IN_GC) { in CountUsage()
6953 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()