Searched refs:SCAVENGE (Results 1 – 3 of 3) sorted by relevance
641 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator
1594 if (heap()->gc_state() == Heap::SCAVENGE) { in AllocateChunk()
1636 gc_state_ = SCAVENGE; in Scavenge()