Home
last modified time | relevance | path

Searched refs:ThrowStackOverflowException (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread-inl.h97 ark::ThrowStackOverflowException(this); in StackOverflowCheck()
Dlanguage_context.h180 virtual void ThrowStackOverflowException([[maybe_unused]] ManagedThread *thread) const in ThrowStackOverflowException() function
401 void ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function
403 return base_->ThrowStackOverflowException(thread); in ThrowStackOverflowException()
Dexceptions.h36 void ThrowStackOverflowException(ManagedThread *thread);
/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
Dets_language_context.h310 void ThrowStackOverflowException(ManagedThread *thread) const override;
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h270 void ThrowStackOverflowException(ManagedThread *thread) const override;
Dcore_language_context.cpp129 void CoreLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in ark::CoreLanguageContext
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp63 void ThrowStackOverflowException(ManagedThread *thread) in ThrowStackOverflowException() function
66 ctx.ThrowStackOverflowException(thread); in ThrowStackOverflowException()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h385 V(ThrowStackOverflowException) \
Druntime_stubs.cpp2650 DEF_RUNTIME_STUBS(ThrowStackOverflowException) in DEF_RUNTIME_STUBS() argument
2652 RUNTIME_STUBS_HEADER(ThrowStackOverflowException); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h406 V(ThrowStackOverflowException) \
Dinterpreter_stub.cpp5509 DECLARE_ASM_HANDLER(ThrowStackOverflowException) in DECLARE_ASM_HANDLER() argument
5511 CallRuntime(glue, RTSTUB_ID(ThrowStackOverflowException), {}); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp3600 GateRef res = LowerCallRuntime(glue_, RTSTUB_ID(ThrowStackOverflowException), {}, true); in LowerCheckSafePointAndStackOver()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp983 ThrowStackOverflowException(thread); in StackOverflowExceptionEntrypoint()
1150 ark::ThrowStackOverflowException(current); in AllocFrameInterp()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1480 __ Mov(runtimeId, Immediate(RTSTUB_ID(ThrowStackOverflowException))); in DeoptHandlerAsm()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3313 ark::ThrowStackOverflowException(current); in CreateAndSetFrame()