Home
last modified time | relevance | path

Searched refs:aggCopySize (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dmemlayout.cpp32 uint32 MemLayout::FindLargestActualArea(int32 &aggCopySize) in FindLargestActualArea() argument
73 aggCopySize = static_cast<int32>(maxCopyStackSize); in FindLargestActualArea()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_call_conv.cpp136 uint64 aggCopySize = 0; in LocateNextParm() local
155 nextStackArgAdress += static_cast<int32>(aggCopySize != 0 ? k8ByteSize : typeSize); in LocateNextParm()
157 return aggCopySize; in LocateNextParm()
H A Daarch64_memlayout.cpp29 uint32 AArch64MemLayout::ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool isIcall) in ComputeStackSpaceRequirementForCall() argument
47 aggCopySize = 0; in ComputeStackSpaceRequirementForCall()
53 aggCopySize += static_cast<int32>(parmLocator.LocateNextParm(*ty, ploc)); in ComputeStackSpaceRequirementForCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_memlayout.cpp26 uint32 X64MemLayout::ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool isIcall) in ComputeStackSpaceRequirementForCall() argument
37 aggCopySize = 0; in ComputeStackSpaceRequirementForCall()
43 aggCopySize += parmLocator.LocateNextParm(*ty, ploc); in ComputeStackSpaceRequirementForCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dmemlayout.h173 virtual uint32 ComputeStackSpaceRequirementForCall(StmtNode &stmtNode, int32 &aggCopySize, bool isIcall) = 0;
182 uint32 FindLargestActualArea(int32 &aggCopySize);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_memlayout.h101 uint32 ComputeStackSpaceRequirementForCall(StmtNode &stmtNode, int32 &aggCopySize, bool isIcall) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_memlayout.h151 uint32 ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool isIcall) override;

Completed in 4 milliseconds