Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc2216 uint32_t methods_required_in_profile = (number_of_methods * method_percentage) / 100; in GenerateTestProfile() local
2217 for (uint32_t method_index : create_shuffled_range(methods_required_in_profile, in GenerateTestProfile()