Searched refs:stack_frame_allocator (Results 1 – 1 of 1) sorted by relevance
740 ALWAYS_INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stack_frame_allocator, uint32_t n… in CreateFrame() argument746 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() argument757 stack_frame_allocator->Free(frame->GetExt()); in DestroyFrame()