Home | History | Annotate | Download | only in src

Lines Matching refs:maxOutArgsSizeBytes

1031   //  * maxOutArgsSizeBytes():   areas 9 - 10
1156 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(),
1250 maxOutArgsSizeBytes();
1265 << " outgoing args size = " << maxOutArgsSizeBytes() << " bytes\n"
1523 uint32_t OutArgsSize = maxOutArgsSizeBytes();
2671 assert(ParameterAreaSizeBytes <= maxOutArgsSizeBytes());