Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h382 V(ThrowStackOverflowException)
Dinterpreter_stub.cpp4612 DECLARE_ASM_HANDLER(ThrowStackOverflowException) in DECLARE_ASM_HANDLER() argument
4614 CallRuntime(glue, RTSTUB_ID(ThrowStackOverflowException), {}); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp3166 GateRef res = LowerCallRuntime(glue_, RTSTUB_ID(ThrowStackOverflowException), {}, true); in LowerCheckSafePointAndStackOver()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h264 V(ThrowStackOverflowException) \
Druntime_stubs.cpp1779 DEF_RUNTIME_STUBS(ThrowStackOverflowException) in DEF_RUNTIME_STUBS() argument
1781 RUNTIME_STUBS_HEADER(ThrowStackOverflowException); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1153 __ Mov(runtimeId, Immediate(RTSTUB_ID(ThrowStackOverflowException))); in DeoptHandlerAsm()