Searched refs:RetrieveStackInfo (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine.cpp | 127 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() function in ark::Coroutine 131 return context_->RetrieveStackInfo(stackAddr, stackSize, guardSize); in RetrieveStackInfo() 134 return ManagedThread::RetrieveStackInfo(stackAddr, stackSize, guardSize); in RetrieveStackInfo()
|
| D | stackful_coroutine.cpp | 43 bool StackfulCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo() function in ark::StackfulCoroutineContext 90 RetrieveStackInfo(contextStackP, contextStackSize, contextGuardSize); in CleanUp()
|
| D | coroutine_context.h | 60 virtual bool RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) = 0;
|
| D | threaded_coroutine.h | 51 bool RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) override;
|
| D | stackful_coroutine.h | 59 bool RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) override;
|
| D | threaded_coroutine.cpp | 83 bool ThreadedCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo() function in ark::ThreadedCoroutineContext
|
| D | coroutine.h | 137 bool RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) override;
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 317 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() function in ark::ManagedThread 337 if (!RetrieveStackInfo(stackBase, stackSize, guardSize)) { in InitForStackOverflowCheck()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | managed_thread.h | 609 virtual bool RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize);
|