Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dstore-buffer.h27 enum StoreBufferMode { IN_GC, NOT_IN_GC }; enumerator
79 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()
Dstore-buffer.cc22 mode_(NOT_IN_GC), in StoreBuffer()
Dincremental-marking.cc398 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()
Dheap-inl.h304 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()
470 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
Dheap.cc109 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()
Dheap.h566 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator
/external/v8/src/profiler/
Dsampling-heap-profiler.h174 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Step()
/external/v8/src/
Dcontexts.cc725 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
Dglobal-handles.cc1071 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
Dframes.cc966 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
Disolate.cc3533 if (heap_.gc_state() == Heap::NOT_IN_GC) { in Throw()
Dapi.cc7982 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()