Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Stop

89 Use *Use::initTags(Use * const Start, Use *Stop) {
92 if (Start == Stop--)
102 new(Stop) Use(tags[Done++]);
106 while (Start != Stop) {
107 --Stop;
109 new(Stop) Use(stopTag);
113 new(Stop) Use(PrevPtrTag(Count & 1));
126 void Use::zap(Use *Start, const Use *Stop, bool del) {
127 while (Start != Stop)
128 (--Stop)->~Use();