Searched refs:RegionCounts (Results 1 – 2 of 2) sorted by relevance
42 std::vector<uint64_t> RegionCounts; variable53 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts()147 if (Index >= RegionCounts.size()) in getRegionCount()149 return RegionCounts[Index]; in getRegionCount()
1425 RegionCounts.clear(); in loadRegionCounts()1440 RegionCounts = ProfRecord->Counts; in loadRegionCounts()