Home
last modified time | relevance | path

Searched defs:guardSize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dstack_info.cpp68 size_t guardSize {}; in UpdateStackInfoIfNeeded() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp66 …StackfulCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
Dthreaded_coroutine.cpp83 …ThreadedCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
Dcoroutine.cpp170 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp163 …ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardSize) in ThreadGetStackInfo()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp303 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
315 size_t guardSize; in InitForStackOverflowCheck() local