Lines Matching defs:link
298 // The link chain is terminated by a value in the instruction of 0,
304 // Determines the end of the Jump chain (a subset of the label link chain).
573 next(L, is_internal); // Call next before overwriting link with target at
612 int link = target_at(L->pos(), is_internal);
613 if (link == kEndOfChain) {
615 } else if (link == -4) {
619 DCHECK_GE(link, 0);
620 L->link_to(link);
892 target_pos = L->pos(); // L's link.
912 target_pos = L->pos(); // L's link.
958 target_pos = L->pos(); // L's link.