Searched refs:relocations_ (Results 1 – 4 of 4) sorted by relevance
356 relocations_.reserve(128); in Assembler()805 relocations_.push_back(rinfo); in RecordRelocInfo()818 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()820 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()821 it != relocations_.end(); it++) { in EmitRelocations()
1585 std::vector<DeferredRelocInfo> relocations_; variable
259 relocations_.reserve(128); in Assembler()2081 relocations_.push_back(rinfo); in RecordRelocInfo()2086 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()2088 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()2089 it != relocations_.end(); it++) { in EmitRelocations()
1518 std::vector<DeferredRelocInfo> relocations_; variable