Searched refs:RegionCounts (Results 1 – 2 of 2) sorted by relevance
43 std::vector<uint64_t> RegionCounts; variable55 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts()132 if (Index >= RegionCounts.size()) in getRegionCount()134 return RegionCounts[Index]; in getRegionCount()
1280 RegionCounts.clear(); in loadRegionCounts()1296 RegionCounts = ProfRecord->Counts; in loadRegionCounts()