Lines Matching defs:link
476 // The link chain is terminated by a value in the instruction of -1,
482 // Determines the end of the Jump chain (a subset of the label link chain).
787 next(L); // Call next before overwriting link with target at fixup_pos.
823 int link = target_at(L->pos());
824 if (link == kEndOfChain) {
827 ASSERT(link >= 0);
828 L->link_to(link);
994 target_pos = L->pos(); // L's link.
1043 target_pos = L->pos(); // L's link.