Home | History | Annotate | Download | only in ppc

Lines Matching refs:relocations_

212   relocations_.reserve(128);
2410 relocations_.push_back(rinfo);
2415 EnsureSpaceFor(relocations_.size() * kMaxRelocSize);
2417 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin();
2418 it != relocations_.end(); it++) {