Home | History | Annotate | Download | only in ppc

Lines Matching refs:relocations_

259   relocations_.reserve(128);
2081 relocations_.push_back(rinfo);
2086 EnsureSpaceFor(relocations_.size() * kMaxRelocSize);
2088 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin();
2089 it != relocations_.end(); it++) {