Searched defs:jssp (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Disolate.cc3666 uintptr_t jssp = reinterpret_cast<uintptr_t>(jssp_address); local
3667 if (jssp - gap < stack_guard->real_jslimit()) return true;
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc35 sp_(jssp),
1294 stp(x27, x28, tos); // x28 = jssp
1316 ldp(x27, x28, tos); // x28 = jssp
1851 // Align and synchronize the system stack pointer with jssp.
1863 // aligned csp can be up to 12 bytes below the jssp. This is the case
1864 // where we only pushed one W register on top of an aligned jssp.
2241 add(src_reg, jssp, Operand(callee_args_count.reg(), LSL, kPointerSizeLog2));
2244 add(src_reg, jssp,
2270 __ Cmp(jssp, src_reg);
2274 __ Mov(jssp, dst_re
2553 jssp, local
[all...]

Completed in 180 milliseconds