Searched refs:number_of_methods (Results 1 – 5 of 5) sorted by relevance
51 uint32_t number_of_methods = info.GetNumberOfMethods(); in ProcessProfilesInternal() local85 (options.GetMinNewMethodsPercentChangeForCompilation() * number_of_methods) / 100, in ProcessProfilesInternal()91 if (((info.GetNumberOfMethods() - number_of_methods) < min_change_in_methods_for_compilation) && in ProcessProfilesInternal()
65 uint16_t number_of_methods, in SetupProfile() argument71 for (uint16_t i = start_method_index; i < start_method_index + number_of_methods; i++) { in SetupProfile()
2141 uint16_t number_of_methods = max_methods * method_percentage / 100; in GenerateTestProfile() local2157 for (uint16_t m = 0; m < number_of_methods; m++) { in GenerateTestProfile()2159 if (m < (number_of_methods / kFavorSplit)) { in GenerateTestProfile()2215 uint32_t number_of_methods = dex_file->NumMethodIds(); in GenerateTestProfile() local2216 uint32_t methods_required_in_profile = (number_of_methods * method_percentage) / 100; in GenerateTestProfile()2218 number_of_methods)) { in GenerateTestProfile()
122 void Initialize(uint32_t number_of_methods) REQUIRES(!Locks::jit_lock_);
1863 void ZygoteMap::Initialize(uint32_t number_of_methods) { in Initialize() argument1867 size_t capacity = RoundUpToPowerOfTwo(number_of_methods * 100 / 80); in Initialize()