Home | History | Annotate | Download | only in s390

Lines Matching full:relocations_

291   relocations_.reserve(128);
3047 relocations_.push_back(rinfo);
3060 EnsureSpaceFor(relocations_.size() * kMaxRelocSize);
3062 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin();
3063 it != relocations_.end(); it++) {