Lines Matching refs:MARKING
45 MARKING,
68 INLINE(bool IsMarking()) { return state() >= MARKING; }
70 inline bool IsMarkingIncomplete() { return state() == MARKING; }
96 // Do some marking every time this much memory has been allocated.
98 // Start off by marking this many times more memory than has been allocated.
103 // After this many steps we increase the marking/allocating factor.
105 // This is how much we increase the marking/allocating factor by.
118 state_ = MARKING;
162 ASSERT(!Marking::IsImpossible(mark_bit));
168 ASSERT(Marking::IsBlack(mark_bit));
210 PrintF("Increasing marking speed to %d due to high promotion rate\n",