Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dmemlayout.cpp39 uint32 maxParamStackSize = 0; // Size of parameter stack requirement in FindLargestActualArea() local
63 if (size > maxParamStackSize) { in FindLargestActualArea()
64 maxParamStackSize = size; in FindLargestActualArea()
69 if ((maxParamStackSize + maxCopyStackSize) > maxActualSize) { in FindLargestActualArea()
70 maxActualSize = maxParamStackSize + maxCopyStackSize; in FindLargestActualArea()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h111 memLayout->LayoutStackFrame(structCopySize, maxParamStackSize); in LayoutStackFrame()
406 return maxParamStackSize; in GetMaxParamStackSize()
1020 int32 maxParamStackSize; member in maplebe::CGFunc

Completed in 3 milliseconds