Searched refs:MinRZ (Results 1 – 2 of 2) sorted by relevance
1449 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals() local1453 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()1456 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals()1457 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals()1473 NewGlobal->setAlignment(MinRZ); in InstrumentGlobals()
2101 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals() local2105 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()2108 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals()2109 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals()2124 NewGlobal->setAlignment(MinRZ); in InstrumentGlobals()