Lines Matching defs:jssp

35       sp_(jssp),
1275 stp(x27, x28, tos); // x28 = jssp
1297 ldp(x27, x28, tos); // x28 = jssp
1589 DCHECK(jssp.Is(StackPointer()));
1592 Ldr(jssp, MemOperand(scratch1));
1631 DCHECK(jssp.Is(StackPointer()));
1634 Ldr(jssp, MemOperand(scratch1));
1640 Peek(jssp, StackHandlerConstants::kNextOffset);
2064 // Align and synchronize the system stack pointer with jssp.
2076 // aligned csp can be up to 12 bytes below the jssp. This is the case
2077 // where we only pushed one W register on top of an aligned jssp.
2988 Push(jssp, xzr); // Push xzr to maintain csp required 16-bytes alignment.
2989 Mov(jssp, csp);
2990 SetStackPointer(jssp);
2997 jssp,
3008 Mov(csp, jssp);
3011 Pop(xzr, jssp);
3022 DCHECK(jssp.Is(StackPointer()));
3046 DCHECK(StackPointer().Is(jssp));
3053 __ Add(fp, jssp, StandardFrameConstants::kFixedFrameSizeFromFp);
3068 DCHECK(jssp.Is(StackPointer()));
3077 // jssp[4] : lr
3078 // jssp[3] : fp
3079 // jssp[2] : cp
3080 // jssp[1] : type
3081 // jssp[0] : code object
3084 Add(fp, jssp, StandardFrameConstants::kFixedFrameSizeFromFp + kPointerSize);
3089 DCHECK(jssp.Is(StackPointer()));
3092 Mov(jssp, fp);
3122 DCHECK(jssp.Is(StackPointer()));
3132 // jssp -> fp[-16]: CodeObject()
3163 // jssp[8]: Extra space reserved for caller (if extra_space != 0).
3164 // jssp -> jssp[0]: Space reserved for the return address.
3166 // Align and synchronize the system stack pointer with jssp.
3220 Mov(jssp, fp);
3221 SetStackPointer(jssp);
3282 DCHECK(jssp.Is(StackPointer()));
3315 Str(jssp, MemOperand(x11));
4309 // - x28 (jssp) because JS stack pointer doesn't need to be included in
4322 // Also skip jssp.
4868 // simplify the CallRuntime code, make sure that jssp is the stack pointer.
4871 SetStackPointer(jssp);
4872 Mov(jssp, old_stack_pointer);
5216 DCHECK(jssp.Is(StackPointer()));
5225 DCHECK(jssp.Is(StackPointer()));
5242 __ sub(jssp, jssp, 4 * kXRegSize);
5244 __ stp(x1, cp, MemOperand(jssp, 0 * kXRegSize));
5245 __ stp(fp, lr, MemOperand(jssp, 2 * kXRegSize));
5246 __ add(fp, jssp, StandardFrameConstants::kFixedFrameSizeFromFp);