Searched refs:AlignedNumBytes (Results 1 – 1 of 1) sorted by relevance
1153 uint64_t AlignedNumBytes = NumBytes; in emitPrologue() local1155 AlignedNumBytes = alignTo(AlignedNumBytes, MaxAlign); in emitPrologue()1156 if (AlignedNumBytes >= StackProbeSize && UseStackProbe) { in emitPrologue()