Home
last modified time | relevance | path

Searched refs:profile_compilation_info (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/
Doat_writer_test.cc134 ProfileCompilationInfo* profile_compilation_info) { in WriteElf() argument
140 profile_compilation_info, in WriteElf()
157 ProfileCompilationInfo* profile_compilation_info = nullptr) { in WriteElf() argument
163 profile_compilation_info, in WriteElf()
633 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr); in TestDexFileInput() local
640 profile_compilation_info.get()); in TestDexFileInput()
670 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr); in TestDexFileInput() local
678 profile_compilation_info.get()); in TestDexFileInput()
879 std::unique_ptr<ProfileCompilationInfo> profile_compilation_info(new ProfileCompilationInfo()); in TestZipFileInputWithEmptyDex() local
886 profile_compilation_info.get()); in TestZipFileInputWithEmptyDex()
/art/dex2oat/driver/
Dcompiler_driver.cc433 const ProfileCompilationInfo* profile_compilation_info = in ShouldCompileBasedOnProfile() local
435 DCHECK(profile_compilation_info != nullptr); in ShouldCompileBasedOnProfile()
439 bool result = profile_compilation_info->IsHotMethod(profile_index, method_ref.index); in ShouldCompileBasedOnProfile()
584 const ProfileCompilationInfo* profile_compilation_info = in ResolveConstStrings() local
586 if (only_startup_strings && profile_compilation_info == nullptr) { in ResolveConstStrings()
603 if (profile_compilation_info != nullptr) { in ResolveConstStrings()
604 profile_index = profile_compilation_info->FindDexFile(*dex_file); in ResolveConstStrings()
621 if (profile_compilation_info != nullptr) { in ResolveConstStrings()
628 profile_compilation_info->ContainsClass(profile_index, accessor.GetClassIdx()); in ResolveConstStrings()
633 ? profile_compilation_info->IsStartupMethod(profile_index, method_index) in ResolveConstStrings()
[all …]
/art/libprofile/
DAndroid.bp32 "profile/profile_compilation_info.cc",