Searched refs:new_marked (Results 1 – 2 of 2) sorted by relevance
460 int16_t new_marked = static_cast<int16_t>(number_of_own_descriptors); in VisitDescriptors() local464 mark_compact_epoch_, new_marked); in VisitDescriptors()466 if (old_marked < new_marked) { in VisitDescriptors()470 MaybeObjectSlot(descriptor_array.GetDescriptorSlot(new_marked))); in VisitDescriptors()
4518 unsigned mark_compact_epoch, int16_t new_marked) { in UpdateNumberOfMarkedDescriptors() argument4525 NumberOfMarkedDescriptors::encode(mark_compact_epoch, new_marked); in UpdateNumberOfMarkedDescriptors()4526 while (old_marked < new_marked) { in UpdateNumberOfMarkedDescriptors()