Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1956 uint16_t method_percentage, in GenerateTestProfile() argument
1964 uint16_t number_of_methods = max_method * method_percentage / 100; in GenerateTestProfile()
2012 uint16_t method_percentage, in GenerateTestProfile() argument
2041 uint32_t methods_required_in_profile = (number_of_methods * method_percentage) / 100; in GenerateTestProfile()
Dprofile_compilation_info.h418 uint16_t method_percentage,