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.h602 virtual void DisableStackOverflowCheck();
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp389 void ManagedThread::DisableStackOverflowCheck() in DisableStackOverflowCheck() function in panda::ManagedThread
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp956 thread->DisableStackOverflowCheck(); in StackOverflowExceptionEntrypoint()
1123 current->DisableStackOverflowCheck(); in AllocFrameInterp()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3312 current->DisableStackOverflowCheck(); in CreateAndSetFrame()