Home
last modified time | relevance | path

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

/art/profman/
Dboot_image_profile.cc150 static bool IncludeItemInProfile(uint32_t max_aggregation_count, in IncludeItemInProfile() argument
154 CHECK_NE(max_aggregation_count, 0u); in IncludeItemInProfile()
155 float item_percent = metadata.GetAnnotations().size() / static_cast<float>(max_aggregation_count); in IncludeItemInProfile()
169 static bool IncludeMethodInProfile(uint32_t max_aggregation_count, in IncludeMethodInProfile() argument
172 return IncludeItemInProfile(max_aggregation_count, options.method_threshold, metadata, options); in IncludeMethodInProfile()
177 uint32_t max_aggregation_count, in IncludeClassInProfile() argument
183 return IncludeItemInProfile(max_aggregation_count, threshold, metadata, options); in IncludeClassInProfile()
189 uint32_t max_aggregation_count, in IncludeInPreloadedClasses() argument
195 max_aggregation_count, options.preloaded_class_threshold, metadata, options); in IncludeInPreloadedClasses()