Searched refs:NOT_IN_GC (Results 1 – 7 of 7) sorted by relevance
441 heap_->gc_state() == Heap::NOT_IN_GC && in WorthActivating()517 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Start()897 if (heap_->gc_state() != Heap::NOT_IN_GC || !FLAG_incremental_marking || in Step()
170 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()325 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
85 gc_state_(NOT_IN_GC), in Heap()438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()1190 gc_state_ = NOT_IN_GC; in MarkCompact()1550 gc_state_ = NOT_IN_GC; in Scavenge()3571 DCHECK(gc_state_ == NOT_IN_GC); in Allocate()
954 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator
412 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrGlobalObject()
619 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
751 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()