Home | History | Annotate | Download | only in src

Lines Matching defs:LocalsSlotsPaddingBytes

1026   //  * LocalsSlotsPaddingBytes: area 5
1110 // LocalsSlotsPaddingBytes is the amount of padding between the globals and
1114 uint32_t LocalsSlotsPaddingBytes = 0;
1118 &LocalsSlotsPaddingBytes);
1119 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes;
1121 GlobalsSize + LocalsSlotsPaddingBytes;