Home
last modified time | relevance | path

Searched defs:stackAddr (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/common/
Dasm_stack.cpp29 void *stackAddr = nullptr; in GetAsmStackLimit() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dstack_info.cpp66 void *stackAddr = nullptr; in UpdateStackInfoIfNeeded() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp66 bool StackfulCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo()
Dthreaded_coroutine.cpp83 bool ThreadedCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… 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 int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardS… in ThreadGetStackInfo()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp303 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()