Searched refs:GetStackFrameAllocator (Results 1 – 6 of 6) sorted by relevance
211 ark::mem::StackFrameAllocator *GetStackFrameAllocator() const in GetStackFrameAllocator() function765 if (UNLIKELY(GetStackFrameAllocator()->GetAllocatedSize() > iframeStackSize_)) { in StackOverflowCheckResult()
175 mem::StackFrameAllocator *allocator = thread->GetStackFrameAllocator(); in InvokeCompiledCode()
259 thread->GetStackFrameAllocator()->Free(frame->GetExt()); in FreeFrame()
535 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()
331 return ManagedThread::GetCurrent()->GetStackFrameAllocator(); in GetCurrentStackFrameAllocator()
2729 void *frame = current->GetStackFrameAllocator()->Alloc<false>(allocSz); in CreateFrameWithSize()