Searched refs:this_end (Results 1 – 2 of 2) sorted by relevance
1400 LifetimePosition this_end = cur->End(); in PopulatePointerMaps() local1401 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex(); in PopulatePointerMaps()
3639 LifetimePosition this_end = cur->End(); in PopulateReferenceMaps() local3640 if (this_end.ToInstructionIndex() > end) in PopulateReferenceMaps()3641 end = this_end.ToInstructionIndex(); in PopulateReferenceMaps()