Home
last modified time | relevance | path

Searched refs:stackFrameAllocator (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h767 ALWAYS_INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stackFrameAllocator, uint32_t nregsSize, in CreateFrame() argument
773 void *mem = stackFrameAllocator->Alloc(extFrameSize); in CreateFrame()
781 ALWAYS_INLINE inline void DestroyFrame(mem::StackFrameAllocator *stackFrameAllocator, Frame *frame) in DestroyFrame() argument
784 stackFrameAllocator->Free(frame->GetExt()); in DestroyFrame()

Completed in 3 milliseconds