Lines Matching defs:current

461   // Store the current pc as the handler offset. It's used later to create the
487 // Check if the current stack frame is marked as the outermost JS frame.
978 // rsi : current context, used for the runtime call
1025 // Advance the current bytecode offset. This simulates what all bytecode
1028 // the bytecode offset if the current bytecode is a JumpLoop, instead just
1100 // Otherwise, load the size of the current bytecode and advance the offset.
1296 // handler at the current bytecode offset.
1645 // Load the current bytecode.
2138 Register current = scratch2;
2142 __ Move(current, 0);
2145 __ movq(value, Operand(old_rsp, current, times_system_pointer_size, 0));
2146 __ movq(Operand(rsp, current, times_system_pointer_size, 0), value);
2147 __ incq(current);
2149 __ cmpq(current, copy_count);
2210 Register src = rbx, dest = r8, num = rcx, current = r9;
2211 __ Move(current, 0);
2214 __ cmpl(current, num);
2217 __ LoadAnyTaggedField(value, FieldOperand(src, current, times_tagged_size,
2223 __ movq(Operand(dest, current, times_system_pointer_size, 0), value);
2224 __ incl(current);
2823 // set the current context on the isolate.
2875 // set the current context on the isolate.
3454 // Load the current parameter with type.
3993 // Save current state in active jump buffer.
4126 // Save current state.
4214 // rsi: current context (restored)
4337 // contain the current pending exception, don't clobber it.
4951 // Replace the current (input) frame with the output frames.
4953 // Outer loop state: rax = current FrameDescription**, rdx = one past the
4960 // Inner loop state: rbx = current FrameDescription*, rcx = loop index.
5029 // Restarts execution either at the current or next (in execution order)