Home | History | Annotate | Download | only in src

Lines Matching refs:MaxOutArgsSizeBytes

183     return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes());
185 virtual uint32_t maxOutArgsSizeBytes() const override {
186 return MaxOutArgsSizeBytes;
189 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, Size);
1088 uint32_t MaxOutArgsSizeBytes = 0;