Searched refs:AlignedNumBytes (Results 1 – 1 of 1) sorted by relevance
802 uint64_t AlignedNumBytes = NumBytes; in emitPrologue() local804 AlignedNumBytes = RoundUpToAlignment(AlignedNumBytes, MaxAlign); in emitPrologue()805 if (AlignedNumBytes >= StackProbeSize && UseStackProbe) { in emitPrologue()