Lines Matching refs:current
434 // Store the current pc as the handler offset. It's used later to create the
461 // Check if the current stack frame is marked as the outermost JS frame.
906 // Advance the current bytecode offset. This simulates what all bytecode
909 // the bytecode offset if the current bytecode is a JumpLoop, instead just
930 // Load the current bytecode.
984 // Otherwise, load the size of the current bytecode and advance the offset.
1200 // handler at the current bytecode offset.
1428 // current stack =====> required stack layout
2157 Register current = scratch1;
2161 __ mov(current, 0);
2164 __ mov(value, Operand(old_esp, current, times_system_pointer_size, 0));
2165 __ mov(Operand(esp, current, times_system_pointer_size, 0), value);
2166 __ inc(current);
2168 __ cmp(current, argc_in_out);
2891 // set the current context on the isolate.
2943 // set the current context on the isolate.
2994 // esi: current context (C callee-saved)
3092 // contain the current pending exception, don't clobber it.
4098 // Replace the current (input) frame with the output frames.
4100 // Outer loop state: eax = current FrameDescription**, edx = one
4107 // Inner loop state: esi = current FrameDescription*, ecx = loop
4171 // Restarts execution either at the current or next (in execution order)