Searched refs:number_of_methods (Results 1 – 5 of 5) sorted by relevance
53 uint32_t number_of_methods = info.GetNumberOfMethods(); in ProcessProfilesInternal() local94 (kMinNewMethodsPercentChangeForCompilation * number_of_methods) / 100, in ProcessProfilesInternal()100 if (((info.GetNumberOfMethods() - number_of_methods) < min_change_in_methods_for_compilation) && in ProcessProfilesInternal()
87 uint16_t number_of_methods, in SetupProfile() argument93 for (uint16_t i = start_method_index; i < start_method_index + number_of_methods; i++) { in SetupProfile()
1809 uint16_t number_of_methods = max_method * method_percentage / 100; in GenerateTestProfile() local1824 for (uint16_t m = 0; m < number_of_methods; m++) { in GenerateTestProfile()1826 if (m < (number_of_methods / kFavorSplit)) { in GenerateTestProfile()1882 uint32_t number_of_methods = dex_file->NumMethodIds(); in GenerateTestProfile() local1883 uint32_t methods_required_in_profile = (number_of_methods * method_percentage) / 100; in GenerateTestProfile()1885 number_of_methods)) { in GenerateTestProfile()
120 void Initialize(uint32_t number_of_methods) REQUIRES(!Locks::jit_lock_);
1877 void ZygoteMap::Initialize(uint32_t number_of_methods) { in Initialize() argument1881 size_t capacity = RoundUpToPowerOfTwo(number_of_methods * 100 / 80); in Initialize()