Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Dframe.h740 ALWAYS_INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stack_frame_allocator, uint32_t n… in CreateFrame() argument
746 void *mem = stack_frame_allocator->Alloc(ext_frame_size); in CreateFrame()
754 ALWAYS_INLINE inline void DestroyFrame(mem::StackFrameAllocator *stack_frame_allocator, Frame *fram… in DestroyFrame() argument
757 stack_frame_allocator->Free(frame->GetExt()); in DestroyFrame()