Home
last modified time | relevance | path

Searched refs:EnableStackOverflowCheck (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread-inl.h99 EnableStackOverflowCheck(); in StackOverflowCheck()
Dmanaged_thread.h607 virtual void EnableStackOverflowCheck();
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp414 void ManagedThread::EnableStackOverflowCheck() in EnableStackOverflowCheck() function in ark::ManagedThread
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp984 thread->EnableStackOverflowCheck(); in StackOverflowExceptionEntrypoint()
1151 current->EnableStackOverflowCheck(); in AllocFrameInterp()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3314 current->EnableStackOverflowCheck(); in CreateAndSetFrame()