Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting.cc175 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()
298 if (heap->gc_state() == Heap::MARK_COMPACT) { in VisitLiveObject()
Dincremental-marking.cc461 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()
Dstore-buffer.cc498 DCHECK_EQ(heap_->gc_state(), Heap::MARK_COMPACT); in IteratePointersToNewSpace()
Dheap.h924 inline HeapState gc_state() { return gc_state_; } in gc_state() function
Dspaces.cc1594 if (heap()->gc_state() == Heap::SCAVENGE) { in AllocateChunk()
Dmark-compact.cc4063 DCHECK(heap()->gc_state() == Heap::MARK_COMPACT); in RecordCodeTargetPatch()
Dheap.cc4872 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/
Dcontexts.cc560 return isolate->heap()->gc_state() != Heap::NOT_IN_GC || in IsBootstrappingOrNativeContext()
Dglobal-handles.cc982 DCHECK(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); in PostGarbageCollectionProcessing()
Dframes.cc780 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); in GetNumberOfIncomingArguments()
Disolate.cc2708 if (heap_.gc_state() == Heap::NOT_IN_GC) { in CountUsage()
Dobjects-inl.h2031 DCHECK(GetHeap()->gc_state() == Heap::MARK_COMPACT || in clear()
Dapi.cc6953 if (heap->gc_state() != i::Heap::NOT_IN_GC) return; in ReportExternalAllocationLimitReached()