Lines Matching defs:link
454 // The link chain is terminated by a value in the instruction of -1,
460 // Determines the end of the Jump chain (a subset of the label link chain).
964 // Optimize by converting to regular branch and link with 16-bit
966 Instr instr_b = REGIMM | BGEZAL; // Branch and link.
1043 next(L, is_internal); // Call next before overwriting link with target at
1080 int link = target_at(L->pos(), is_internal);
1081 if (link == kEndOfChain) {
1084 DCHECK_GE(link, 0);
1085 L->link_to(link);
1404 target_pos = L->pos(); // L's link.
1425 target_pos = L->pos(); // L's link.
1475 target_pos = L->pos(); // L's link.