Searched refs:StackFrameSize (Results 1 – 5 of 5) sorted by relevance
104 uint64 StackFrameSize() const;
157 uint64 StackFrameSize() const;
37 int64 offset = -static_cast<int64>((memLayout->StackFrameSize() + in GenerateCalleeSavedRegs()155 …static_cast<int64>(memLayout->StackFrameSize() + static_cast<X64CGFunc &>(cgFunc).SizeOfCalleeSave… in GenerateProlog()
276 cgFunc->SetUseFP(cgFunc->UseFP() || static_cast<int32>(StackFrameSize()) > kMaxPimm32); in LayoutStackFrame()279 uint64 X64MemLayout::StackFrameSize() const in StackFrameSize() function in maplebe::X64MemLayout
631 uint64 AArch64MemLayout::StackFrameSize() const in StackFrameSize() function in maplebe::AArch64MemLayout661 auto size = StackFrameSize(); in RealStackFrameSize()