Searched refs:aggCopySize (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | memlayout.cpp | 32 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 D | aarch64_call_conv.cpp | 136 uint64 aggCopySize = 0; in LocateNextParm() local 155 nextStackArgAdress += static_cast<int32>(aggCopySize != 0 ? k8ByteSize : typeSize); in LocateNextParm() 157 return aggCopySize; in LocateNextParm()
|
H A D | aarch64_memlayout.cpp | 29 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 D | x64_memlayout.cpp | 26 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 D | memlayout.h | 173 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 D | x64_memlayout.h | 101 uint32 ComputeStackSpaceRequirementForCall(StmtNode &stmtNode, int32 &aggCopySize, bool isIcall) override;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_memlayout.h | 151 uint32 ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool isIcall) override;
|
Completed in 4 milliseconds