Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc1817 uint16_t method_percentage, in GenerateTestProfile() argument
1825 uint16_t number_of_methods = max_method * method_percentage / 100; in GenerateTestProfile()
1873 uint16_t method_percentage, in GenerateTestProfile() argument
1898 uint32_t methods_required_in_profile = (number_of_methods * method_percentage) / 100; in GenerateTestProfile()
Dprofile_compilation_info.h415 uint16_t method_percentage,