Searched refs:gc_state_ (Results 1 – 3 of 3) sorted by relevance
122 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()353 DCHECK(heap->gc_state_ != NOT_IN_GC || InToSpace(heap_object)); in InNewSpace()
618 inline HeapState gc_state() { return gc_state_; } in gc_state()620 bool IsTearingDown() const { return gc_state_ == TEAR_DOWN; } in IsTearingDown()2055 HeapState gc_state_; variable
173 gc_state_(NOT_IN_GC), in Heap()397 gc_state_ = state; in SetGCState()656 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()4872 DCHECK_EQ(gc_state_, HeapState::NOT_IN_GC); in SetEmbedderHeapTracer()4907 DCHECK_EQ(gc_state_, TEAR_DOWN); in TearDown()