Searched refs:gc_state_ (Results 1 – 3 of 3) sorted by relevance
198 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()357 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
103 gc_state_(NOT_IN_GC), in Heap()450 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()1425 gc_state_ = MARK_COMPACT; in MarkCompact()1449 gc_state_ = NOT_IN_GC; in MarkCompactEpilogue()1636 gc_state_ = SCAVENGE; in Scavenge()1769 gc_state_ = NOT_IN_GC; in Scavenge()3434 DCHECK(gc_state_ == NOT_IN_GC); in Allocate()
924 inline HeapState gc_state() { return gc_state_; } in gc_state()2211 HeapState gc_state_; variable