Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofile_assistant.cc84 uint32_t min_change_in_methods_for_compilation = std::max( in ProcessProfilesInternal() local
91 if (((info.GetNumberOfMethods() - number_of_methods) < min_change_in_methods_for_compilation) && in ProcessProfilesInternal()