Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h341 void AddClass(ProfileIndexType profile_index, dex::TypeIndex type_index) { in AddClass()
402 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod()
498 bool IsStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsStartupMethod()
503 bool IsPostStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsPostStartupMethod()
508 bool IsHotMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsHotMethod()
513 bool IsMethodInProfile(ProfileIndexType profile_index, uint32_t method_index) const { in IsMethodInProfile()
533 bool ContainsClass(ProfileIndexType profile_index, dex::TypeIndex type_index) const { in ContainsClass()
553 const DexFile* FindDexFileForProfileIndex(ProfileIndexType profile_index, in FindDexFileForProfileIndex()
881 ProfileIndexType profile_index; member
1176 ProfileIndexType profile_index) const { in DumpDexReference()
Dprofile_test_helper.h83 ProfileIndexType profile_index, in ProfileIndexMatchesDexFile()
Dprofile_compilation_info.cc1141 ProfileIndexType profile_index = profile_index_it->second; in GetOrAddDexFileData() local
1176 ProfileIndexType profile_index = profile_index_it->second; in FindDexData() local
1621 ProfileIndexType profile_index; in ReadClassesSection() local
1657 ProfileIndexType profile_index; in ReadMethodsSection() local
/art/runtime/jit/
Dprofile_saver.cc668 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile() local
726 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile() local
/art/dex2oat/driver/
Dcompiler_driver.cc416 ProfileCompilationInfo::ProfileIndexType profile_index, in ShouldCompileBasedOnProfile()
458 ProfileCompilationInfo::ProfileIndexType profile_index) { in CompileMethodQuick()
598 ProfileCompilationInfo::ProfileIndexType profile_index = in ResolveConstStrings() local
2482 ProfileCompilationInfo::ProfileIndexType profile_index = (have_profile && use_profile) in CompileDexFile() local