Searched refs:PadToNextBundle (Results 1 – 1 of 1) sorted by relevance
1223 intptr_t PadToNextBundle = BundleSize - getPreAlignment(); in padToNextBundle() local1224 Asm->padWithNop(PadToNextBundle); in padToNextBundle()1225 SizeSnapshotPre += PadToNextBundle; in padToNextBundle()1226 SizeSnapshotPost += PadToNextBundle; in padToNextBundle()