Lines Matching refs:start
201 FullObjectSlot start;
325 Address start;
475 // Executes generational and/or marking write barrier for a [start, end) range
478 V8_EXPORT_PRIVATE void WriteBarrierForRange(HeapObject object, TSlot start,
494 // Notifies the heap that is ok to start marking or other activities that
542 // start and hence is only valid if there is only a single reference to it.
916 StrongRootsEntry* RegisterStrongRoots(const char* label, FullObjectSlot start,
919 void UpdateStrongRoots(StrongRootsEntry* entry, FullObjectSlot start,
1050 void ClearRecordedSlotRange(Address start, Address end);
1055 void VerifySlotRangeHasNoRecordedSlots(Address start, Address end);
2211 // Starts marking when stress_marking_percentage_% of the marking start limit
2219 // Observer that can cause early scavenge start.
2251 // List heads are initialized lazily and contain the undefined_value at start.
2619 void VisitPointers(HeapObject host, ObjectSlot start,
2621 void VisitPointers(HeapObject host, MaybeObjectSlot start,
2628 FullObjectSlot start, FullObjectSlot end) override;
2630 OffHeapObjectSlot start,
2638 V8_INLINE void VerifyPointersImpl(TSlot start, TSlot end);
2640 virtual void VerifyPointers(HeapObject host, MaybeObjectSlot start,
2650 FullObjectSlot start, FullObjectSlot end) override;