Home
last modified time | relevance | path

Searched defs:number_of_methods (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/profman/
H A Dprofile_assistant.cc51 uint32_t number_of_methods = info.GetNumberOfMethods(); in ProcessProfilesInternal() local
H A Dprofile_assistant_test.cc65 uint16_t number_of_methods, in SetupProfile()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc2141 uint16_t number_of_methods = max_methods * method_percentage / 100; in GenerateTestProfile() local
2215 uint32_t number_of_methods = dex_file->NumMethodIds(); in GenerateTestProfile() local
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc1863 void ZygoteMap::Initialize(uint32_t number_of_methods) { in Initialize()