Lines Matching defs:link
549 // The link chain is terminated by a negative code position (must be aligned)
657 next(L); // call next before overwriting link with target at fixup_pos
674 int link = L->pos();
676 fixup_pos = link;
677 link = target_at(fixup_pos);
678 } while (link > 0);
679 ASSERT(link == kEndOfChain);
698 int link = target_at(L->pos());
699 if (link == kEndOfChain) {
702 ASSERT(link >= 0);
703 L->link_to(link);
995 target_pos = L->pos(); // L's link
1015 target_pos = L->pos(); // L's link