Searched refs:profile_compilation_info (Results 1 – 3 of 3) sorted by relevance
134 ProfileCompilationInfo* profile_compilation_info) { in WriteElf() argument140 profile_compilation_info, in WriteElf()157 ProfileCompilationInfo* profile_compilation_info = nullptr) { in WriteElf() argument163 profile_compilation_info, in WriteElf()633 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr); in TestDexFileInput() local640 profile_compilation_info.get()); in TestDexFileInput()670 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr); in TestDexFileInput() local678 profile_compilation_info.get()); in TestDexFileInput()879 std::unique_ptr<ProfileCompilationInfo> profile_compilation_info(new ProfileCompilationInfo()); in TestZipFileInputWithEmptyDex() local886 profile_compilation_info.get()); in TestZipFileInputWithEmptyDex()
433 const ProfileCompilationInfo* profile_compilation_info = in ShouldCompileBasedOnProfile() local435 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() local586 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 …]
32 "profile/profile_compilation_info.cc",