Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp43 …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.cpp127 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp168 …ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardSize) in ThreadGetStackInfo()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp317 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
329 size_t guardSize; in InitForStackOverflowCheck() local