Home
last modified time | relevance | path

Searched refs:real_jslimit (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dstacks.h41 reinterpret_cast<byte*>(isolate->stack_guard()->real_jslimit()); in GetCurrentStackView()
/third_party/node/deps/v8/src/execution/
H A Dstack-guard.h83 uintptr_t real_jslimit() { return thread_local_.real_jslimit_; } in real_jslimit() function in v8::internal::final
H A Disolate.cc5417 if (jssp - gap < stack_guard->real_jslimit()) return true; in ThrowInternal()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc813 stack_guard->real_jslimit()); in DoComputeOutputFrames()
927 stack_guard->real_jslimit() - kStackLimitSlackForDeoptimizationInBytes); in DoComputeOutputFrames()

Completed in 12 milliseconds