Searched refs:ThrowStackOverflowException (Results 1 – 16 of 16) sorted by relevance
36 void ThrowStackOverflowException(ManagedThread *thread);
97 panda::ThrowStackOverflowException(this); in StackOverflowCheck()
180 virtual void ThrowStackOverflowException([[maybe_unused]] ManagedThread *thread) const in ThrowStackOverflowException() function399 void ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function401 return base_->ThrowStackOverflowException(thread); in ThrowStackOverflowException()
64 void EtsLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in panda::ets::EtsLanguageContext
309 void ThrowStackOverflowException(ManagedThread *thread) const override;
270 void ThrowStackOverflowException(ManagedThread *thread) const override;
128 void CoreLanguageContext::ThrowStackOverflowException(ManagedThread *thread) const in ThrowStackOverflowException() function in panda::CoreLanguageContext
63 void ThrowStackOverflowException(ManagedThread *thread) in ThrowStackOverflowException() function66 ctx.ThrowStackOverflowException(thread); in ThrowStackOverflowException()
390 V(ThrowStackOverflowException)
4929 DECLARE_ASM_HANDLER(ThrowStackOverflowException) in DECLARE_ASM_HANDLER() argument4931 CallRuntime(glue, RTSTUB_ID(ThrowStackOverflowException), {}); in DECLARE_ASM_HANDLER()
3084 GateRef res = LowerCallRuntime(glue_, RTSTUB_ID(ThrowStackOverflowException), {}, true); in LowerCheckSafePointAndStackOver()
957 ThrowStackOverflowException(thread); in StackOverflowExceptionEntrypoint()1124 panda::ThrowStackOverflowException(current); in AllocFrameInterp()
313 V(ThrowStackOverflowException) \
2339 DEF_RUNTIME_STUBS(ThrowStackOverflowException) in DEF_RUNTIME_STUBS() argument2341 RUNTIME_STUBS_HEADER(ThrowStackOverflowException); in DEF_RUNTIME_STUBS()
1162 __ Mov(runtimeId, Immediate(RTSTUB_ID(ThrowStackOverflowException))); in DeoptHandlerAsm()
3313 panda::ThrowStackOverflowException(current); in CreateAndSetFrame()