Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting.cc180 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()
303 if (heap->gc_state() == Heap::MARK_COMPACT) { in VisitLiveObject()
Darray-buffer-tracker.cc77 DCHECK_EQ(heap->gc_state(), Heap::HeapState::SCAVENGE); in FreeDeadInNewSpace()
Dincremental-marking.cc423 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC && in CanBeActivated()
488 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Start()
1139 if (heap_->gc_state() != Heap::NOT_IN_GC || !FLAG_incremental_marking || in Step()
Dheap.h749 inline HeapState gc_state() { return gc_state_; } in gc_state() function
Dspaces.cc1564 if (heap()->gc_state() == Heap::SCAVENGE) { in AllocateChunk()
Dmark-compact.cc4060 DCHECK(heap()->gc_state() == Heap::MARK_COMPACT); in RecordCodeTargetPatch()
Dheap.cc5029 if (gc_state() == Heap::NOT_IN_GC) { in RecordStats()
/external/v8/src/ic/
Dic-inl.h79 if (heap->gc_state() == Heap::MARK_COMPACT) { in SetTargetAtAddress()
/external/v8/src/profiler/
Dsampling-heap-profiler.h171 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Step()
/external/v8/src/
Dcontexts.cc588 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
Dglobal-handles.cc1110 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
Dframes.cc842 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
Disolate.cc2907 if (heap_.gc_state() == Heap::NOT_IN_GC) { in CountUsage()
Dobjects-inl.h1976 DCHECK(GetHeap()->gc_state() == Heap::MARK_COMPACT || in clear()
Dapi.cc7138 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()