Searched refs:gc_state (Results 1 – 15 of 15) sorted by relevance
180 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()303 if (heap->gc_state() == Heap::MARK_COMPACT) { in VisitLiveObject()
77 DCHECK_EQ(heap->gc_state(), Heap::HeapState::SCAVENGE); in FreeDeadInNewSpace()
423 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()
749 inline HeapState gc_state() { return gc_state_; } in gc_state() function
1564 if (heap()->gc_state() == Heap::SCAVENGE) { in AllocateChunk()
4060 DCHECK(heap()->gc_state() == Heap::MARK_COMPACT); in RecordCodeTargetPatch()
5029 if (gc_state() == Heap::NOT_IN_GC) { in RecordStats()
79 if (heap->gc_state() == Heap::MARK_COMPACT) { in SetTargetAtAddress()
171 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Step()
588 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
1110 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
842 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
2907 if (heap_.gc_state() == Heap::NOT_IN_GC) { in CountUsage()
1976 DCHECK(GetHeap()->gc_state() == Heap::MARK_COMPACT || in clear()
7138 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()