Searched refs:ThrowStackOverflowException (Results 1 – 6 of 6) sorted by relevance
382 V(ThrowStackOverflowException)
4612 DECLARE_ASM_HANDLER(ThrowStackOverflowException) in DECLARE_ASM_HANDLER() argument4614 CallRuntime(glue, RTSTUB_ID(ThrowStackOverflowException), {}); in DECLARE_ASM_HANDLER()
3166 GateRef res = LowerCallRuntime(glue_, RTSTUB_ID(ThrowStackOverflowException), {}, true); in LowerCheckSafePointAndStackOver()
264 V(ThrowStackOverflowException) \
1779 DEF_RUNTIME_STUBS(ThrowStackOverflowException) in DEF_RUNTIME_STUBS() argument1781 RUNTIME_STUBS_HEADER(ThrowStackOverflowException); in DEF_RUNTIME_STUBS()
1153 __ Mov(runtimeId, Immediate(RTSTUB_ID(ThrowStackOverflowException))); in DeoptHandlerAsm()