Lines Matching refs:StoresAggregationCounters
405 if (StoresAggregationCounters()) { in Save()
412 if (StoresAggregationCounters()) { in Save()
489 if (StoresAggregationCounters()) { in Save()
504 if (StoresAggregationCounters()) { in Save()
647 StoresAggregationCounters()); in GetOrAddDexFileData()
1129 if (StoresAggregationCounters()) { in ReadProfileLine()
1484 if (StoresAggregationCounters()) { in LoadInternal()
1642 if (StoresAggregationCounters()) { in MergeWith()
1646 uint16_t amount = other.StoresAggregationCounters() in MergeWith()
1658 uint16_t amount = other.StoresAggregationCounters() in MergeWith()
1703 if (StoresAggregationCounters()) { in MergeWith()
1704 uint16_t amount = other.StoresAggregationCounters() ? other.aggregation_count_ : 1; in MergeWith()
2178 CHECK(StoresAggregationCounters()) << "Profile not prepared for aggregation counters"; in GetMethodAggregationCounter()
2184 CHECK(StoresAggregationCounters()) << "Profile not prepared for aggregation counters"; in GetClassAggregationCounter()
2190 CHECK(StoresAggregationCounters()) << "Profile not prepared for aggregation counters"; in GetAggregationCounter()
2290 bool ProfileCompilationInfo::StoresAggregationCounters() const { in StoresAggregationCounters() function in art::ProfileCompilationInfo