Home
last modified time | relevance | path

Searched refs:marking_parity_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dmark-compact.h660 MarkingParity marking_parity() { return marking_parity_; } in marking_parity()
727 MarkingParity marking_parity_; variable
Dmark-compact.cc45 marking_parity_(ODD_MARKING_PARITY), in MarkCompactCollector()
436 if (marking_parity_ == EVEN_MARKING_PARITY) { in CollectGarbage()
437 marking_parity_ = ODD_MARKING_PARITY; in CollectGarbage()
439 ASSERT(marking_parity_ == ODD_MARKING_PARITY); in CollectGarbage()
440 marking_parity_ = EVEN_MARKING_PARITY; in CollectGarbage()