Lines Matching defs:link
491 // The link chain is terminated by a value in the instruction of -1,
497 // Determines the end of the Jump chain (a subset of the label link chain).
793 next(L); // Call next before overwriting link with target at fixup_pos.
829 int link = target_at(L->pos());
830 if (link == kEndOfChain) {
833 ASSERT(link >= 0);
834 L->link_to(link);
989 target_pos = L->pos(); // L's link.
1038 target_pos = L->pos(); // L's link.