Searched refs:GetStackFrameAllocator (Results 1 – 6 of 6) sorted by relevance
211 panda::mem::StackFrameAllocator *GetStackFrameAllocator() const in GetStackFrameAllocator() function761 if (UNLIKELY(GetStackFrameAllocator()->GetAllocatedSize() > iframeStackSize_)) { in StackOverflowCheckResult()
175 mem::StackFrameAllocator *allocator = thread->GetStackFrameAllocator(); in InvokeCompiledCode()
259 thread->GetStackFrameAllocator()->Free(frame->GetExt()); in FreeFrame()
524 void *mem = thread->GetStackFrameAllocator()->Alloc(allocSz); in CreateFrameWithActualArgsAndSize()536 void *mem = ManagedThread::GetCurrent()->GetStackFrameAllocator()->Alloc(allocSz); in CreateNativeFrameWithActualArgsAndSize()594 ManagedThread::GetCurrent()->GetStackFrameAllocator()->Free(frame->GetExt()); in FreeFrame()1116 current->GetStackFrameAllocator()->Free(frame->GetExt()); in FreeFrameInterp()1121 void *mem = current->GetStackFrameAllocator()->Alloc<false>(allocSz); in AllocFrameInterp()
311 return ManagedThread::GetCurrent()->GetStackFrameAllocator(); in GetCurrentStackFrameAllocator()
2801 void *frame = current->GetStackFrameAllocator()->Alloc<false>(allocSz); in CreateFrameWithSize()