Lines Matching defs:next
1195 // Clear feedback calculation fields until the next gc.
1430 chunk = chunk->list_node().next())
1623 // handles, but won't collect weakly reachable objects until next
1959 // Start incremental marking for the next cycle. We do this only for scavenger
2017 // Now that sweeping is completed, we can start the next full GC cycle.
4950 Address next = current.ptr();
4953 next += kTaggedSize;
4956 next += 2 * kTaggedSize;
4958 next += current.Size();
4960 current = HeapObject::cast(Object(next));
5079 microtask_queue = microtask_queue->next();
5086 current = current->next) {
6194 StrongRootsEntry* next = nullptr;
6196 current = next) {
6197 next = current->next;
6793 entry->next = strong_roots_head_;
6814 StrongRootsEntry* next = entry->next;
6816 if (prev) prev->next = next;
6817 if (next) next->prev = prev;
6821 strong_roots_head_ = next;
7271 it.next()) {