Home
last modified time | relevance | path

Searched defs:aggCopySize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dmemlayout.cpp32 uint32 MemLayout::FindLargestActualArea(int32 &aggCopySize) in FindLargestActualArea()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp135 uint64 aggCopySize = 0; in LocateNextParm() local
Daarch64_memlayout.cpp27 uint32 AArch64MemLayout::ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bo… in ComputeStackSpaceRequirementForCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_memlayout.cpp23 uint32 X64MemLayout::ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool i… in ComputeStackSpaceRequirementForCall()