Searched refs:gc_state (Results 1 – 14 of 14) sorted by relevance
175 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()298 if (heap->gc_state() == Heap::MARK_COMPACT) { in VisitLiveObject()
461 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC && in CanBeActivated()526 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Start()1137 if (heap_->gc_state() != Heap::NOT_IN_GC || !FLAG_incremental_marking || in Step()
498 DCHECK_EQ(heap_->gc_state(), Heap::MARK_COMPACT); in IteratePointersToNewSpace()
924 inline HeapState gc_state() { return gc_state_; } in gc_state() function
1594 if (heap()->gc_state() == Heap::SCAVENGE) { in AllocateChunk()
4063 DCHECK(heap()->gc_state() == Heap::MARK_COMPACT); in RecordCodeTargetPatch()
4872 if (gc_state() == Heap::NOT_IN_GC) { in RecordStats()
79 if (heap->gc_state() == Heap::MARK_COMPACT) { in SetTargetAtAddress()
560 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
982 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
780 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
2708 if (heap_.gc_state() == Heap::NOT_IN_GC) { in CountUsage()
2031 DCHECK(GetHeap()->gc_state() == Heap::MARK_COMPACT || in clear()
6953 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()