Home
last modified time | relevance | path

Searched refs:SetStackLimit (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dstack-guard.cc41 void StackGuard::SetStackLimit(uintptr_t limit) { in SetStackLimit() function in v8::internal::StackGuard
238 SetStackLimit(stored_limit); in InitThread()
Dstack-guard.h33 void SetStackLimit(uintptr_t limit);
/third_party/node/deps/v8/include/
Dv8-isolate.h1425 void SetStackLimit(uintptr_t stack_limit);
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc737 isolate->stack_guard()->SetStackLimit(limit); in SyncStackLimit()
/third_party/node/src/
Dnode_worker.cc173 isolate->SetStackLimit(w->stack_base_); in WorkerThreadData()
/third_party/node/deps/v8/src/api/
Dapi.cc8644 i_isolate->stack_guard()->SetStackLimit(limit); in Initialize()
9298 void Isolate::SetStackLimit(uintptr_t stack_limit) { in SetStackLimit() function in v8::Isolate
9301 isolate->stack_guard()->SetStackLimit(stack_limit); in SetStackLimit()