Home | History | Annotate | Download | only in src

Lines Matching refs:current_

1329   current_ = start;
2471 current_ = space->first_chunk_;
2478 current_ = space->first_chunk_;
2484 if (current_ == NULL) return NULL;
2486 HeapObject* object = current_->GetObject();
2487 current_ = current_->next();