Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dexceptions.h36 void ThrowStackOverflowException(ManagedThread *thread);
Dthread-inl.h97 panda::ThrowStackOverflowException(this); in StackOverflowCheck()
Dlanguage_context.h180 virtual void ThrowStackOverflowException([[maybe_unused]] ManagedThread *thread) const in ThrowStackOverflowException() function
399 void ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function
401 return base_->ThrowStackOverflowException(thread); in ThrowStackOverflowException()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp64 void EtsLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in panda::ets::EtsLanguageContext
Dets_language_context.h309 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.cpp128 void CoreLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in panda::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/compiler/
Dbc_call_signature.h390 V(ThrowStackOverflowException)
Dinterpreter_stub.cpp4929 DECLARE_ASM_HANDLER(ThrowStackOverflowException) in DECLARE_ASM_HANDLER() argument
4931 CallRuntime(glue, RTSTUB_ID(ThrowStackOverflowException), {}); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp3084 GateRef res = LowerCallRuntime(glue_, RTSTUB_ID(ThrowStackOverflowException), {}, true); in LowerCheckSafePointAndStackOver()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp957 ThrowStackOverflowException(thread); in StackOverflowExceptionEntrypoint()
1124 panda::ThrowStackOverflowException(current); in AllocFrameInterp()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h313 V(ThrowStackOverflowException) \
Druntime_stubs.cpp2339 DEF_RUNTIME_STUBS(ThrowStackOverflowException) in DEF_RUNTIME_STUBS() argument
2341 RUNTIME_STUBS_HEADER(ThrowStackOverflowException); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1162 __ Mov(runtimeId, Immediate(RTSTUB_ID(ThrowStackOverflowException))); in DeoptHandlerAsm()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3313 panda::ThrowStackOverflowException(current); in CreateAndSetFrame()