Lines Matching defs:current
2269 // Link the current handler as the next handler.
2274 // Set this new handler as the current one.
2655 Register src = r8, dest = rsp, num = r9, current = r11;
2665 Move(current, 0);
2669 Operand(src, current, times_system_pointer_size, 0));
2670 movq(Operand(dest, current, times_system_pointer_size, 0),
2672 incq(current);
2674 cmpq(current, num);
2948 // Restore current context from top and clear it in debug mode.
3112 Label current;
3113 bind(¤t);
3115 // Load effective address to get the address of the current instruction.
3116 leaq(dst, Operand(¤t, -pc));