Home
last modified time | relevance | path

Searched refs:AllocCoroutineStack (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.h149 uint8_t *AllocCoroutineStack();
Dstackful_coroutine_manager.cpp28 uint8_t *StackfulCoroutineManager::AllocCoroutineStack() in AllocCoroutineStack() function in ark::StackfulCoroutineManager
620 stack = AllocCoroutineStack(); in CreateCoroutineContextImpl()