Lines Matching refs:ProfileCompilationInfo
418 ProfileCompilationInfo::ProfileIndexType profile_index, in ShouldCompileBasedOnProfile()
420 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in ShouldCompileBasedOnProfile()
428 ProfileCompilationInfo::MaxProfileIndex()); in ShouldCompileBasedOnProfile()
432 const ProfileCompilationInfo* profile_compilation_info = in ShouldCompileBasedOnProfile()
465 ProfileCompilationInfo::ProfileIndexType profile_index) { in CompileMethodQuick()
595 const ProfileCompilationInfo* profile_compilation_info = in ResolveConstStrings()
612 ProfileCompilationInfo::ProfileIndexType profile_index = in ResolveConstStrings()
613 ProfileCompilationInfo::MaxProfileIndex(); in ResolveConstStrings()
616 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in ResolveConstStrings()
633 DCHECK_NE(profile_index, ProfileCompilationInfo::MaxProfileIndex()); in ResolveConstStrings()
2681 ProfileCompilationInfo::ProfileIndexType profile_index = (have_profile && use_profile) in CompileDexFile()
2683 : ProfileCompilationInfo::MaxProfileIndex(); in CompileDexFile()
2756 const ProfileCompilationInfo* profile_compilation_info = in Compile()