Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1807 const uint16_t max_method = std::numeric_limits<uint16_t>::max(); in GenerateTestProfile() local
1809 uint16_t number_of_methods = max_method * method_percentage / 100; in GenerateTestProfile()
1823 DexFileData* const data = info.GetOrAddDexFileData(profile_key, /*checksum=*/ 0, max_method); in GenerateTestProfile()
1825 uint16_t method_idx = rand() % max_method; in GenerateTestProfile()