Searched refs:NOT_IN_GC (Results 1 – 12 of 12) sorted by relevance
27 enum StoreBufferMode { IN_GC, NOT_IN_GC }; enumerator79 DCHECK(store_buffer->mode() != StoreBuffer::NOT_IN_GC); in DeleteDuringGarbageCollection()91 DCHECK(store_buffer->mode() == StoreBuffer::NOT_IN_GC); in DeleteDuringRuntime()107 DCHECK(store_buffer->mode() != StoreBuffer::NOT_IN_GC); in InsertDuringGarbageCollection()112 DCHECK(store_buffer->mode() == StoreBuffer::NOT_IN_GC); in InsertDuringRuntime()133 if (mode == NOT_IN_GC) { in SetMode()
22 mode_(NOT_IN_GC), in StoreBuffer()
398 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC && in CanBeActivated()455 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Start()1096 if (heap_->gc_state() != Heap::NOT_IN_GC || !FLAG_incremental_marking || in AdvanceIncrementalMarkingOnAllocation()
304 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()470 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
109 gc_state_(NOT_IN_GC), in Heap()438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()529 store_buffer_->SetMode(StoreBuffer::NOT_IN_GC); in ~SkipStoreBufferScope()1490 SetGCState(NOT_IN_GC); in MarkCompactEpilogue()1642 SetGCState(NOT_IN_GC); in EvacuateYoungGeneration()1782 SetGCState(NOT_IN_GC); in Scavenge()3487 DCHECK(gc_state_ == NOT_IN_GC); in Allocate()5220 if (gc_state() == Heap::NOT_IN_GC) { in RecordStats()5640 DCHECK_EQ(gc_state_, HeapState::NOT_IN_GC); in SetEmbedderHeapTracer()
566 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator
174 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Step()
725 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
1071 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
966 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
3533 if (heap_.gc_state() == Heap::NOT_IN_GC) { in Throw()
7982 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()