Searched refs:record_slots (Results 1 – 3 of 3) sorted by relevance
234 bool record_slots = MustRecordSlots(heap); in VisitWeakList() local249 if (record_slots) { in VisitWeakList()
4744 bool record_slots) in IterateAndScavengePromotedObjectsVisitor() argument4745 : heap_(heap), target_(target), record_slots_(record_slots) {} in IterateAndScavengePromotedObjectsVisitor()4801 bool record_slots = false; in IterateAndScavengePromotedObject() local4804 record_slots = Marking::IsBlack(mark_bit); in IterateAndScavengePromotedObject()4807 IterateAndScavengePromotedObjectsVisitor visitor(this, target, record_slots); in IterateAndScavengePromotedObject()
1387 template <bool finalize_external_strings, bool record_slots>1392 DCHECK(!record_slots || table != nullptr); in StringTableCleaner()1410 } else if (record_slots) { in VisitPointers()