Home
last modified time | relevance | path

Searched refs:StackOverflowExceptionEntrypointTrampoline (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/arch/amd64/
Dcommon_amd64.S21 .global StackOverflowExceptionEntrypointTrampoline symbol
22 .type StackOverflowExceptionEntrypointTrampoline, %function
23 StackOverflowExceptionEntrypointTrampoline: label
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp31 extern "C" void StackOverflowExceptionEntrypointTrampoline();
498 signalContext.SetPC(reinterpret_cast<uintptr_t>(StackOverflowExceptionEntrypointTrampoline)); in Action()