Lines Matching refs:cur
139 SlowPath* cur = slow_path_;140 for ( ; cur->next_ != nullptr ; cur = cur->next_) {}141 cur->next_ = slowpath;146 SlowPath* cur = slow_path_;149 for ( ; cur != nullptr ; cur = next) {150 cur->Emit(sp_asm);151 next = cur->next_;152 delete cur;