Home
last modified time | relevance | path

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

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