Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h211 ark::mem::StackFrameAllocator *GetStackFrameAllocator() const in GetStackFrameAllocator() function
765 if (UNLIKELY(GetStackFrameAllocator()->GetAllocatedSize() > iframeStackSize_)) { in StackOverflowCheckResult()
Dmethod-inl.h175 mem::StackFrameAllocator *allocator = thread->GetStackFrameAllocator(); in InvokeCompiledCode()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h259 thread->GetStackFrameAllocator()->Free(frame->GetExt()); in FreeFrame()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp535 void *mem = thread->GetStackFrameAllocator()->Alloc(allocSz); in CreateFrameWithActualArgsAndSize()
547 void *mem = ManagedThread::GetCurrent()->GetStackFrameAllocator()->Alloc(allocSz); in CreateNativeFrameWithActualArgsAndSize()
605 ManagedThread::GetCurrent()->GetStackFrameAllocator()->Free(frame->GetExt()); in FreeFrame()
1142 current->GetStackFrameAllocator()->Free(frame->GetExt()); in FreeFrameInterp()
1147 void *mem = current->GetStackFrameAllocator()->Alloc<false>(allocSz); in AllocFrameInterp()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.cpp331 return ManagedThread::GetCurrent()->GetStackFrameAllocator(); in GetCurrentStackFrameAllocator()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2729 void *frame = current->GetStackFrameAllocator()->Alloc<false>(allocSz); in CreateFrameWithSize()