Lines Matching defs:link
468 // The link chain is terminated by a negative code position (must be aligned)
579 next(L); // call next before overwriting link with target at fixup_pos
597 int link = target_at(L->pos());
598 if (link == kEndOfChain) {
601 DCHECK_GE(link, 0);
602 L->link_to(link);
606 int Assembler::link(Label* L) {
612 position = L->pos(); // L's link
634 target_pos = L->pos(); // L's link
844 int position = link(label);