Searched refs:FirstIndexForSlot (Results 1 – 2 of 2) sorted by relevance
326 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in StartSourcePosition()332 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in EndSourcePosition()338 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in BlockCount()344 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in InitializeSlot()352 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in IncrementBlockCount()359 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in ResetBlockCount()
244 static int FirstIndexForSlot(int slot_index) { in FirstIndexForSlot() function