Home
last modified time | relevance | path

Searched refs:stack_base_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_worker.h101 uintptr_t stack_base_ = 0; variable
Dnode_worker.cc104 constraints->set_stack_limit(reinterpret_cast<uint32_t*>(stack_base_)); in UpdateResourceConstraints()
173 isolate->SetStackLimit(w->stack_base_); in WorkerThreadData()
647 w->stack_base_ = stack_top - (w->stack_size_ - kStackBufferSize); in StartThread()