Lines Matching refs:reference
47 const ForwardRef& reference = *it.Current();
48 VIXL_ASSERT(reference.LocationIsEncodable(location_));
49 int32_t from = reference.GetLocation();
50 EncodeLocationFor(assembler, from, reference.op());
108 const ForwardRef& reference = *it.Current();
109 if (reference.GetAlignment() > max_alignment)
110 max_alignment = reference.GetAlignment();
119 const ForwardRef& reference = *it.Current();
120 if (reference.GetMinLocation() > min_location)
121 min_location = reference.GetMinLocation();
128 const ForwardRef& reference = forward_.Front();
129 object->Update(reference.GetMinLocation(),
130 reference.GetMaxLocation(),
131 reference.GetAlignment());