Searched refs:CurrentShadowSize (Results 1 – 4 of 4) sorted by relevance
56 CurrentShadowSize = 0; in reset()72 unsigned RequiredShadowSize = 0, CurrentShadowSize = 0; variable
88 CurrentShadowSize += Code.size(); in count()89 if (CurrentShadowSize >= RequiredShadowSize) in count()96 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()98 EmitNops(OutStreamer, RequiredShadowSize - CurrentShadowSize, in emitShadowPadding()
53 CurrentShadowSize = 0; in reset()69 unsigned RequiredShadowSize = 0, CurrentShadowSize = 0; variable
90 CurrentShadowSize += Code.size(); in count()91 if (CurrentShadowSize >= RequiredShadowSize) in count()98 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()100 EmitNops(OutStreamer, RequiredShadowSize - CurrentShadowSize, in emitShadowPadding()