Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread-inl.h96 DisableStackOverflowCheck(); in StackOverflowCheck()
Dmanaged_thread.h606 virtual void DisableStackOverflowCheck();
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp405 void ManagedThread::DisableStackOverflowCheck() in DisableStackOverflowCheck() function in ark::ManagedThread
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp982 thread->DisableStackOverflowCheck(); in StackOverflowExceptionEntrypoint()
1149 current->DisableStackOverflowCheck(); in AllocFrameInterp()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3312 current->DisableStackOverflowCheck(); in CreateAndSetFrame()