Home
last modified time | relevance | path

Searched refs:gc_state (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/heap/
Dobjects-visiting.cc223 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()
346 if (heap->gc_state() == Heap::MARK_COMPACT) { in VisitLiveObject()
Darray-buffer-tracker.cc79 DCHECK_EQ(heap->gc_state(), Heap::HeapState::SCAVENGE); in FreeDeadInNewSpace()
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.h825 inline HeapState gc_state() { return gc_state_; } in gc_state() function
Dspaces.cc1728 if (heap()->gc_state() == Heap::SCAVENGE) { in AllocateChunk()
Dmark-compact.cc4058 DCHECK(heap()->gc_state() == Heap::MARK_COMPACT); in RecordCodeTargetPatch()
Dheap.cc5220 if (gc_state() == Heap::NOT_IN_GC) { in RecordStats()
/external/v8/src/ic/
Dic-inl.h70 if (heap->gc_state() == Heap::MARK_COMPACT) { in SetTargetAtAddress()
/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()
Dobjects-inl.h2016 DCHECK(GetHeap()->gc_state() == Heap::MARK_COMPACT || in clear()
Dapi.cc7982 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()