Home
last modified time | relevance | path

Searched refs:InitForStackOverflowCheck (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.cpp123 InitForStackOverflowCheck(ManagedThread::STACK_OVERFLOW_RESERVED_SIZE, in Initialize()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp74 coreVm->mainThread_->InitForStackOverflowCheck(ManagedThread::STACK_OVERFLOW_RESERVED_SIZE, in Create()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h605 void InitForStackOverflowCheck(size_t nativeStackReservedSize, size_t nativeStackProtectedSize);
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp326 void ManagedThread::InitForStackOverflowCheck(size_t nativeStackReservedSize, size_t nativeStackPro… in InitForStackOverflowCheck() function in ark::ManagedThread