Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dmemlayout.cpp40 uint32 maxCopyStackSize = 0; // Size of aggregate param stack copy requirement in FindLargestActualArea() local
66 if (static_cast<uint32>(copySize) > maxCopyStackSize) { in FindLargestActualArea()
67 maxCopyStackSize = static_cast<uint32>(copySize); in FindLargestActualArea()
69 if ((maxParamStackSize + maxCopyStackSize) > maxActualSize) { in FindLargestActualArea()
70 maxActualSize = maxParamStackSize + maxCopyStackSize; in FindLargestActualArea()
73 aggCopySize = static_cast<int32>(maxCopyStackSize); in FindLargestActualArea()

Completed in 1 milliseconds