Lines Matching refs:location_
6625 OffsetBits offset_size_needed = GetOffsetSizeNeeded(location_, target_); in InitializeType()
6740 location_(location), in Branch()
6762 location_(location), in Branch()
6785 location_(location), in Branch()
6802 location_(location), in Branch()
6866 uint32_t Riscv64Assembler::Branch::GetLocation() const { return location_; } in GetLocation()
6931 if (location_ > expand_location) { in Relocate()
6932 location_ += delta; in Relocate()
6985 if (target_ <= location_) { in PromoteIfNeeded()
6987 needed_size = GetOffsetSizeNeeded(location_ + branch_info_[cond21Type].pc_offset, target_); in PromoteIfNeeded()
7028 return location_ + branch_info_[type_].pc_offset; in GetOffsetLocation()