Home
last modified time | relevance | path

Searched defs:ThrowStackOverflowException (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp64 void EtsLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in ark::ets::EtsLanguageContext
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp129 void CoreLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in ark::CoreLanguageContext
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h177 virtual void ThrowStackOverflowException([[maybe_unused]] ManagedThread *thread) const in ThrowStackOverflowException() function
393 void ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp63 void ThrowStackOverflowException(ManagedThread *thread) in ThrowStackOverflowException() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2674 DEF_RUNTIME_STUBS(ThrowStackOverflowException) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp5489 DECLARE_ASM_HANDLER(ThrowStackOverflowException) in DECLARE_ASM_HANDLER() argument