Home | History | Annotate | Download | only in X86

Lines Matching refs:CurrentShadowSize

76      : TM(TM), InShadow(false), RequiredShadowSize(0), CurrentShadowSize(0) {}
95 CurrentShadowSize += Code.size();
96 if (CurrentShadowSize >= RequiredShadowSize)
103 if (InShadow && CurrentShadowSize < RequiredShadowSize) {
105 EmitNops(OutStreamer, RequiredShadowSize - CurrentShadowSize,