Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_memlayout.h104 uint64 StackFrameSize() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_memlayout.h157 uint64 StackFrameSize() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_proepilog.cpp37 int64 offset = -static_cast<int64>((memLayout->StackFrameSize() + in GenerateCalleeSavedRegs()
155 …static_cast<int64>(memLayout->StackFrameSize() + static_cast<X64CGFunc &>(cgFunc).SizeOfCalleeSave… in GenerateProlog()
Dx64_memlayout.cpp276 cgFunc->SetUseFP(cgFunc->UseFP() || static_cast<int32>(StackFrameSize()) > kMaxPimm32); in LayoutStackFrame()
279 uint64 X64MemLayout::StackFrameSize() const in StackFrameSize() function in maplebe::X64MemLayout
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp631 uint64 AArch64MemLayout::StackFrameSize() const in StackFrameSize() function in maplebe::AArch64MemLayout
661 auto size = StackFrameSize(); in RealStackFrameSize()