Lines Matching defs:link
432 // The link chain is terminated by a value in the instruction of -1,
438 // Determines the end of the Jump chain (a subset of the label link chain).
831 // Optimize by converting to regular branch and link with 16-bit
833 Instr instr_b = REGIMM | BGEZAL; // Branch and link.
969 next(L, is_internal); // Call next before overwriting link with target at
1008 int link = target_at(L->pos(), is_internal);
1009 if (link == kEndOfChain) {
1012 DCHECK_GE(link, 0);
1013 L->link_to(link);
1331 target_pos = L->pos(); // L's link.
1352 target_pos = L->pos(); // L's link.
1372 target_pos = L->pos(); // L's link.
1419 target_pos = L->pos(); // L's link.