Home
last modified time | relevance | path

Searched defs:RetrieveStackInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp66 bool StackfulCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo() function in ark::StackfulCoroutineContext
Dthreaded_coroutine.cpp83 bool ThreadedCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo() function in ark::ThreadedCoroutineContext
Dcoroutine.cpp170 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() function in ark::Coroutine
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp303 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() function in ark::ManagedThread