Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dmemlayout.cpp88 f.LayoutStackFrame(); in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_memlayout.h102 void LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_memlayout.h153 void LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h184 virtual void LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) = 0;
Dcgfunc.h182 void LayoutStackFrame() in LayoutStackFrame() function
185 memLayout->LayoutStackFrame(structCopySize, maxParamStackSize); in LayoutStackFrame()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_memlayout.cpp258 void X64MemLayout::LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) in LayoutStackFrame() function in maplebe::X64MemLayout
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp549 void AArch64MemLayout::LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) in LayoutStackFrame() function in maplebe::AArch64MemLayout