Searched refs:AlignedNumBytes (Results 1 – 1 of 1) sorted by relevance
1955 uint64_t AlignedNumBytes = NumBytes; in emitPrologue() local1957 AlignedNumBytes = alignTo(AlignedNumBytes, MaxAlign); in emitPrologue()1958 if (AlignedNumBytes >= StackProbeSize && EmitStackProbeCall) { in emitPrologue()