Lines Matching refs:stack
61 stack: v.stack, property
1032 const stack = P.pointer;
1033 T.assert(0===stack % 8 /* must be 8-byte aligned */);
1041 T.assert(p1 === stack - 16/*8-byte aligned*/)
1046 .assert(24 === stack - p2)
1048 let n = remaining - (stack - p2);
1050 T.assert(p3 === stack-remaining)
1053 P.restore(stack);
1056 T.assert(P.pointer === stack);
1059 T.assert(P.pointer === stack-16/*always rounded to multiple of 8*/)
1065 P.restore(stack);
1068 T.assert(P.pointer === stack);
1071 let sPos = stack-16/*always rounded to multiple of 8*/;
1082 P.restore(stack);
1091 const stack = wasm.pstack.pointer;
1111 wasm.pstack.restore(stack);
1631 const stack = w.scopedAllocPush();
1706 w.scopedAllocPop(stack);