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