Searched defs:stackAddr (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | thread.cpp | 163 int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardSize) in ThreadGetStackInfo() argument
|
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
H A D | coroutine.cpp | 122 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() argument
|
H A D | stackful_coroutine.cpp | 43 bool StackfulCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() argument
|
H A D | threaded_coroutine.cpp | 83 bool ThreadedCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() argument
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | thread.cpp | 317 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() argument
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_thread.cpp | 842 void *stackAddr = nullptr; in GetAsmStackLimit() local
|
Completed in 6 milliseconds