Searched refs:new_mark_bit (Results 1 – 1 of 1) sorted by relevance
87 MarkBit new_mark_bit = marking_state()->MarkBitFrom(to); in NotifyLeftTrimming() local89 if (black_allocation() && Marking::IsBlack<kAtomicity>(new_mark_bit)) { in NotifyLeftTrimming()99 DCHECK(new_mark_bit.Get<kAtomicity>()); in NotifyLeftTrimming()100 new_mark_bit.Next().Set<kAtomicity>(); in NotifyLeftTrimming()102 bool success = Marking::WhiteToBlack<kAtomicity>(new_mark_bit); in NotifyLeftTrimming()