Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.cc49 uint32_t number_of_methods = info.GetNumberOfMethods(); in ProcessProfilesInternal() local
Dprofile_assistant_test.cc67 uint16_t number_of_methods, in SetupProfile()
/art/libprofile/profile/
Dprofile_compilation_info.cc2275 uint16_t number_of_methods = max_methods * method_percentage / 100; in GenerateTestProfile() local
2350 uint32_t number_of_methods = dex_file->NumMethodIds(); in GenerateTestProfile() local
/art/runtime/
Druntime_image.cc892 size_t number_of_methods = cls->NumMethods(); in CopyMethodArrays() local
/art/runtime/jit/
Djit_code_cache.cc1871 void ZygoteMap::Initialize(uint32_t number_of_methods) { in Initialize()