Home | History | Annotate | Download | only in gold

Lines Matching refs:Views

274   // Only clear views if there is only one attached object.  Otherwise
275 // we waste time trying to clear cached archive views. Similarly
350 Views::const_iterator p = this->views_.upper_bound(std::make_pair(page - 1,
445 std::pair<Views::iterator, bool> ins =
765 // Mark all views as no longer cached.
772 // views for other objects.
776 for (Views::iterator p = this->views_.begin();
786 // Remove all the file views. For a file which has multiple
787 // associated objects (i.e., an archive), we keep accessed views
796 Views::iterator p = this->views_.begin();
823 Views::iterator pe = p;