Searched refs:relocations_ (Results 1 – 4 of 4) sorted by relevance
239 relocations_.reserve(128); in Assembler()2453 relocations_.push_back(rinfo); in RecordRelocInfo()2458 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()2460 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()2461 it != relocations_.end(); it++) { in EmitRelocations()
1386 std::vector<DeferredRelocInfo> relocations_; variable
289 relocations_.reserve(128); in Assembler()3097 relocations_.push_back(rinfo); in RecordRelocInfo()3110 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()3112 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()3113 it != relocations_.end(); it++) { in EmitRelocations()
1348 std::vector<DeferredRelocInfo> relocations_; variable