Home
last modified time | relevance | path

Searched refs:SCAVENGE (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h641 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator
Dspaces.cc1594 if (heap()->gc_state() == Heap::SCAVENGE) { in AllocateChunk()
Dheap.cc1636 gc_state_ = SCAVENGE; in Scavenge()