Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h127 size_t GetStackOverflowCheckOffset() const;
Dllvm_ark_interface.cpp187 size_t LLVMArkInterface::GetStackOverflowCheckOffset() const in GetStackOverflowCheckOffset() function in ark::llvmbackend::LLVMArkInterface
189 return runtime_->GetStackOverflowCheckOffset(); in GetStackOverflowCheckOffset()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp76 frameInfo.soOffset = -arkInterface_->GetStackOverflowCheckOffset(); in runOnMachineFunction()
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp484 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.h614 static size_t GetStackOverflowCheckOffset() in GetStackOverflowCheckOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h146 virtual size_t GetStackOverflowCheckOffset() const in GetStackOverflowCheckOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp412 GetEncoder()->EncodeStackOverflowCheck(-GetRuntime()->GetStackOverflowCheckOffset()); in GeneratePrologue()