Searched refs:thunk_locations_ (Results 1 – 2 of 2) sorted by relevance
48 thunk_locations_.push_back(aligned_offset); in ReserveSpaceEnd()55 if (current_thunk_to_write_ == thunk_locations_.size()) { in WriteThunks()59 if (UNLIKELY(aligned_offset == thunk_locations_[current_thunk_to_write_])) { in WriteThunks()87 thunk_locations_(), current_thunk_to_write_(0u), unprocessed_patches_() { in ArmBaseRelativePatcher()110 thunk_locations_.push_back(thunk_location); in ReserveSpaceInternal()130 DCHECK(current_thunk_to_write_ == thunk_locations_.size() || in CalculateDisplacement()131 thunk_locations_[current_thunk_to_write_] > patch_offset); in CalculateDisplacement()132 if (current_thunk_to_write_ != thunk_locations_.size() && in CalculateDisplacement()133 thunk_locations_[current_thunk_to_write_] - patch_offset < max_positive_displacement_) { in CalculateDisplacement()134 displacement = thunk_locations_[current_thunk_to_write_] - patch_offset; in CalculateDisplacement()[all …]
58 std::vector<uint32_t> thunk_locations_; variable