Searched refs:ThrowStackOverflowException (Results 1 – 16 of 16) sorted by relevance
97 ark::ThrowStackOverflowException(this); in StackOverflowCheck()
180 virtual void ThrowStackOverflowException([[maybe_unused]] ManagedThread *thread) const in ThrowStackOverflowException() function401 void ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function403 return base_->ThrowStackOverflowException(thread); in ThrowStackOverflowException()
36 void ThrowStackOverflowException(ManagedThread *thread);
64 void EtsLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in ark::ets::EtsLanguageContext
310 void ThrowStackOverflowException(ManagedThread *thread) const override;
270 void ThrowStackOverflowException(ManagedThread *thread) const override;
129 void CoreLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in ark::CoreLanguageContext
63 void ThrowStackOverflowException(ManagedThread *thread) in ThrowStackOverflowException() function66 ctx.ThrowStackOverflowException(thread); in ThrowStackOverflowException()
385 V(ThrowStackOverflowException) \
2650 DEF_RUNTIME_STUBS(ThrowStackOverflowException) in DEF_RUNTIME_STUBS() argument2652 RUNTIME_STUBS_HEADER(ThrowStackOverflowException); in DEF_RUNTIME_STUBS()
406 V(ThrowStackOverflowException) \
5509 DECLARE_ASM_HANDLER(ThrowStackOverflowException) in DECLARE_ASM_HANDLER() argument5511 CallRuntime(glue, RTSTUB_ID(ThrowStackOverflowException), {}); in DECLARE_ASM_HANDLER()
3600 GateRef res = LowerCallRuntime(glue_, RTSTUB_ID(ThrowStackOverflowException), {}, true); in LowerCheckSafePointAndStackOver()
983 ThrowStackOverflowException(thread); in StackOverflowExceptionEntrypoint()1150 ark::ThrowStackOverflowException(current); in AllocFrameInterp()
1480 __ Mov(runtimeId, Immediate(RTSTUB_ID(ThrowStackOverflowException))); in DeoptHandlerAsm()
3313 ark::ThrowStackOverflowException(current); in CreateAndSetFrame()