Home
last modified time | relevance | path

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

/art/profman/
Dboot_image_profile.cc211 std::unique_ptr<FlattenProfileData> flattend_data(new FlattenProfileData()); in GenerateBootImageProfile() local
219 flattend_data->MergeData(*currentData); in GenerateBootImageProfile()
230 for (const auto& it : flattend_data->GetMethodData()) { in GenerateBootImageProfile()
231 if (IncludeMethodInProfile(flattend_data->GetMaxAggregationForMethods(), it.second, options)) { in GenerateBootImageProfile()
241 for (const auto& it : flattend_data->GetClassData()) { in GenerateBootImageProfile()
245 flattend_data->GetMaxAggregationForClasses(), in GenerateBootImageProfile()
253 flattend_data->GetMaxAggregationForClasses(), in GenerateBootImageProfile()