Searched refs:number_of_methods (Results 1 – 3 of 3) sorted by relevance
/art/profman/ |
D | profile_assistant.cc | 53 uint32_t number_of_methods = info.GetNumberOfMethods(); in ProcessProfilesInternal() local 70 (kMinNewMethodsPercentChangeForCompilation * number_of_methods) / 100, in ProcessProfilesInternal() 76 if (((info.GetNumberOfMethods() - number_of_methods) < min_change_in_methods_for_compilation) && in ProcessProfilesInternal()
|
D | profile_assistant_test.cc | 50 uint16_t number_of_methods, in SetupProfile() argument 64 number_of_methods, in SetupProfile() 76 uint16_t number_of_methods, in SetupProfile() argument 84 for (uint16_t i = start_method_index; i < start_method_index + number_of_methods; i++) { in SetupProfile() 118 uint16_t number_of_methods, in SetupBasicProfile() argument 126 info->AddMethodIndex(Hotness::kFlagHot, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile() 129 info->AddMethodIndex(Hotness::kFlagStartup, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile() 136 number_of_methods); in SetupBasicProfile()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1964 uint16_t number_of_methods = max_method * method_percentage / 100; in GenerateTestProfile() local 1978 for (uint16_t m = 0; m < number_of_methods; m++) { in GenerateTestProfile() 1980 if (m < (number_of_methods / kFavorSplit)) { in GenerateTestProfile() 2040 uint32_t number_of_methods = dex_file->NumMethodIds(); in GenerateTestProfile() local 2041 uint32_t methods_required_in_profile = (number_of_methods * method_percentage) / 100; in GenerateTestProfile() 2043 number_of_methods)) { in GenerateTestProfile()
|