Searched refs:this_end (Results 1 – 2 of 2) sorted by relevance
283 gsize this_end;285 - this_end = gvs_read_unaligned_le (offsets_array + offset_size * i,287 + this_end = gvs_read_unaligned_le (offsets.array + offsets.offset_size * i,290 - if (this_end < offset || this_end > last_end)291 + if (this_end < offset || this_end > offsets.data_size)296 offset = this_end;
4767 LifetimePosition this_end = cur->End(); in PopulateReferenceMaps() local4768 if (this_end.ToInstructionIndex() > end) in PopulateReferenceMaps()4769 end = this_end.ToInstructionIndex(); in PopulateReferenceMaps()