Home
last modified time | relevance | path

Searched refs:GetStackOverflowCheckOffset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp469 auto memCheckLocation = signalContext.GetSP() - ManagedThread::GetStackOverflowCheckOffset(); in Action()
Dcompiler.h119 size_t GetStackOverflowCheckOffset() const override in GetStackOverflowCheckOffset() function
121 return ManagedThread::GetStackOverflowCheckOffset(); in GetStackOverflowCheckOffset()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h610 static size_t GetStackOverflowCheckOffset() in GetStackOverflowCheckOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h147 virtual size_t GetStackOverflowCheckOffset() const in GetStackOverflowCheckOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp351 GetEncoder()->EncodeStackOverflowCheck(-GetRuntime()->GetStackOverflowCheckOffset()); in GeneratePrologue()