Searched refs:CountRanges (Results 1 – 8 of 8) sorted by relevance
45 inline int32 CountRanges() const in CountRanges() function130 int32 count = CountRanges(); in AddRange()189 int32 count = CountRanges(); in RemoveRange()254 return index < CountRanges() && RangeAt(index).offset < offset + size; in IntersectsWith()273 int32 upper = CountRanges(); in InsertionIndex()
45 int32 CountRanges() const;
28 int32 CountRanges() const;
45 TargetAddressRangeList::CountRanges() const in CountRanges() function in TargetAddressRangeList
112 RangeList::CountRanges() const in CountRanges() function in RangeList
309 ssize_t rangeCount = ranges.CountRanges(); in RemoveDataRanges()
1205 int32 count = fHeapRangesToRemove->CountRanges(); in _CompactHeap()
2133 for (int32 i = 0; i < ranges.CountRanges(); i++) { in MessageReceived()