Lines Matching refs:flatSize
297 type.flatSize = 0;
307 size = Types.types[field].flatSize;
318 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
319 type.flatSize = curr + size;
326 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
328 type.flatFactor = type.flatSize;
351 __size__: type.flatSize