Searched refs:profile_compilation_info (Results 1 – 3 of 3) sorted by relevance
133 ProfileCompilationInfo* profile_compilation_info) { in WriteElf() argument138 profile_compilation_info, in WriteElf()155 ProfileCompilationInfo* profile_compilation_info = nullptr) { in WriteElf() argument160 profile_compilation_info, in WriteElf()637 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr); in TestDexFileInput() local644 profile_compilation_info.get()); in TestDexFileInput()674 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr); in TestDexFileInput() local682 profile_compilation_info.get()); in TestDexFileInput()883 std::unique_ptr<ProfileCompilationInfo> profile_compilation_info(new ProfileCompilationInfo()); in TestZipFileInputWithEmptyDex() local890 profile_compilation_info.get()); in TestZipFileInputWithEmptyDex()
29 "profile/profile_compilation_info.cc",
693 const ProfileCompilationInfo* profile_compilation_info = in ResolveConstStrings() local697 profile_compilation_info != nullptr && in ResolveConstStrings()698 profile_compilation_info->ContainsClass(*dex_file, accessor.GetClassIdx()); in ResolveConstStrings()711 if (profile_compilation_info != nullptr && !is_startup_clinit) { in ResolveConstStrings()713 profile_compilation_info->GetMethodHotness(method.GetReference()); in ResolveConstStrings()953 const ProfileCompilationInfo* profile_compilation_info = in ShouldCompileBasedOnProfile() local955 if (profile_compilation_info == nullptr) { in ShouldCompileBasedOnProfile()960 bool result = profile_compilation_info->GetMethodHotness(method_ref).IsHot(); in ShouldCompileBasedOnProfile()2798 const ProfileCompilationInfo* profile_compilation_info = in Compile() local2801 ((profile_compilation_info == nullptr) in Compile()[all …]