Home | History | Annotate | Download | only in src

Lines Matching defs:LocalsSlotsPaddingBytes

1595   // LocalsSlotsPaddingBytes is the amount of padding between the globals and
1600 uint32_t LocalsSlotsPaddingBytes = 0;
1603 &SpillAreaPaddingBytes, &LocalsSlotsPaddingBytes);
1604 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes;
1606 GlobalsSize + LocalsSlotsPaddingBytes;