Home
last modified time | relevance | path

Searched refs:NOT_IN_GC (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc461 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()
Dheap-inl.h198 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()
357 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
Dheap.cc103 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()
Dheap.h641 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator
/external/v8/src/
Dcontexts.cc560 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
Dglobal-handles.cc982 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
Dframes.cc780 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
Disolate.cc2708 if (heap_.gc_state() == Heap::NOT_IN_GC) { in CountUsage()
Dapi.cc6953 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()