Home
last modified time | relevance | path

Searched refs:StoresAggregationCounters (Results 1 – 4 of 4) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc405 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()
[all …]
Dprofile_compilation_info.h458 bool StoresAggregationCounters() const;
Dprofile_compilation_info_test.cc1159 ASSERT_TRUE(info.StoresAggregationCounters()); in TEST_F()
/art/profman/
Dprofile_assistant_test.cc1344 ASSERT_TRUE(result.StoresAggregationCounters()); in TEST_F()