Searched refs:CurrentShadowSize (Results 1 – 2 of 2) sorted by relevance
51 CurrentShadowSize = 0; in reset()69 unsigned RequiredShadowSize, CurrentShadowSize; variable
72 : TM(TM), InShadow(false), RequiredShadowSize(0), CurrentShadowSize(0) {} in StackMapShadowTracker()92 CurrentShadowSize += Code.size(); in count()93 if (CurrentShadowSize >= RequiredShadowSize) in count()100 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()102 EmitNops(OutStreamer, RequiredShadowSize - CurrentShadowSize, in emitShadowPadding()