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