Searched refs:gc_state_ (Results 1 – 3 of 3) sorted by relevance
170 DCHECK(gc_state_ == NOT_IN_GC); in AllocateRaw()325 gc_state_ != NOT_IN_GC || // ... or in the middle of GC in InNewSpace()
85 gc_state_(NOT_IN_GC), in Heap()438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()1175 gc_state_ = MARK_COMPACT; in MarkCompact()1190 gc_state_ = NOT_IN_GC; in MarkCompact()1420 gc_state_ = SCAVENGE; in Scavenge()1550 gc_state_ = NOT_IN_GC; in Scavenge()3571 DCHECK(gc_state_ == NOT_IN_GC); in Allocate()
955 inline HeapState gc_state() { return gc_state_; } in gc_state()1462 HeapState gc_state_; variable