Searched refs:gc_state (Results 1 – 15 of 15) sorted by relevance
223 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()346 if (heap->gc_state() == Heap::MARK_COMPACT) { in VisitLiveObject()
79 DCHECK_EQ(heap->gc_state(), Heap::HeapState::SCAVENGE); in FreeDeadInNewSpace()
398 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()
825 inline HeapState gc_state() { return gc_state_; } in gc_state() function
1728 if (heap()->gc_state() == Heap::SCAVENGE) { in AllocateChunk()
4058 DCHECK(heap()->gc_state() == Heap::MARK_COMPACT); in RecordCodeTargetPatch()
5220 if (gc_state() == Heap::NOT_IN_GC) { in RecordStats()
70 if (heap->gc_state() == Heap::MARK_COMPACT) { in SetTargetAtAddress()
174 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Step()
725 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
1071 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
966 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
3533 if (heap_.gc_state() == Heap::NOT_IN_GC) { in Throw()
2016 DCHECK(GetHeap()->gc_state() == Heap::MARK_COMPACT || in clear()
7982 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()