Searched defs:profile_index (Results 1 – 5 of 5) sorted by relevance
| /art/libprofile/profile/ |
| D | profile_compilation_info.h | 344 void AddClass(ProfileIndexType profile_index, dex::TypeIndex type_index) { in AddClass() 395 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod() 497 bool IsStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsStartupMethod() 502 bool IsPostStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsPostStartupMethod() 507 bool IsHotMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsHotMethod() 512 bool IsMethodInProfile(ProfileIndexType profile_index, uint32_t method_index) const { in IsMethodInProfile() 532 bool ContainsClass(ProfileIndexType profile_index, dex::TypeIndex type_index) const { in ContainsClass() 552 const DexFile* FindDexFileForProfileIndex(ProfileIndexType profile_index, in FindDexFileForProfileIndex() 899 ProfileIndexType profile_index; member 1217 ProfileIndexType profile_index) const { in DumpDexReference()
|
| D | profile_test_helper.h | 87 ProfileIndexType profile_index, in ProfileIndexMatchesDexFile()
|
| D | profile_compilation_info.cc | 1256 ProfileIndexType profile_index = profile_index_it->second; in GetOrAddDexFileData() local 1291 ProfileIndexType profile_index = profile_index_it->second; in FindDexData() local 1767 ProfileIndexType profile_index; in ReadClassesSection() local 1803 ProfileIndexType profile_index; in ReadMethodsSection() local
|
| /art/runtime/jit/ |
| D | profile_saver.cc | 621 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile() local 679 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile() local
|
| /art/dex2oat/driver/ |
| D | compiler_driver.cc | 416 ProfileCompilationInfo::ProfileIndexType profile_index, in ShouldCompileBasedOnProfile() 462 ProfileCompilationInfo::ProfileIndexType profile_index) { in CompileMethodQuick() 607 ProfileCompilationInfo::ProfileIndexType profile_index = in ResolveConstStrings() local 2676 ProfileCompilationInfo::ProfileIndexType profile_index = (have_profile && use_profile) in CompileDexFile() local
|