Searched refs:relocations_ (Results 1 – 2 of 2) sorted by relevance
212 relocations_.reserve(128); in Assembler()2410 relocations_.push_back(rinfo); in RecordRelocInfo()2415 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()2417 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()2418 it != relocations_.end(); it++) { in EmitRelocations()
1374 std::vector<DeferredRelocInfo> relocations_; variable