Home | History | Annotate | Download | only in src

Lines Matching refs:old_next

15203     Handle<DependentCode> old_next(entries->next_link());
15204 Handle<DependentCode> new_next = Insert(old_next, group, object);
15205 if (!old_next.is_identical_to(new_next)) {