Lines Matching defs:current
1109 // Restore current context from top and clear it in debug mode.
1137 // Link the current handler as the next handler.
1142 // Set this new handler as the current one.
1290 Register src = edx, dest = esp, num = edi, current = ebx;
1299 Move(current, 0);
1302 mov(scratch, Operand(src, current, times_system_pointer_size, 0));
1303 mov(Operand(dest, current, times_system_pointer_size, 0), scratch);
1304 inc(current);
1306 cmp(current, num);
1451 // Load the native context from the current context.
1854 // Push the current PC onto the stack as "return address" via calling
2017 // In order to get the address of the current instruction, we first need
2020 Label current;
2021 call(¤t);
2023 bind(¤t);