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.h603 virtual void EnableStackOverflowCheck();
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp398 void ManagedThread::EnableStackOverflowCheck() in EnableStackOverflowCheck() function in panda::ManagedThread
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp958 thread->EnableStackOverflowCheck(); in StackOverflowExceptionEntrypoint()
1125 current->EnableStackOverflowCheck(); in AllocFrameInterp()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3314 current->EnableStackOverflowCheck(); in CreateAndSetFrame()