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