Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc1504 const uint16_t max_method = std::numeric_limits<uint16_t>::max(); in GenerateTestProfile() local
1506 uint16_t number_of_methods = max_method * method_ratio / 100; in GenerateTestProfile()
1521 uint16_t method_idx = rand() % max_method; in GenerateTestProfile()
1529 max_method); in GenerateTestProfile()
1537 info.AddClassIndex(profile_key, 0, dex::TypeIndex(type_idx), max_method); in GenerateTestProfile()