Lines Matching refs:ProfileSampleAnnotation

74 const ProfileCompilationInfo::ProfileSampleAnnotation
75 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =
76 ProfileCompilationInfo::ProfileSampleAnnotation("");
163 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()
165 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()
200 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()
204 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()
205 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()
210 const ProfileSampleAnnotation& annotation) { in AddMethods()
682 const ProfileSampleAnnotation& annotation) const { in FindDexDataUsingAnnotations()
683 if (annotation == ProfileSampleAnnotation::kNone) { in FindDexDataUsingAnnotations()
716 const ProfileSampleAnnotation& annotation) { in AddMethod()
1598 const ProfileSampleAnnotation& annotation) const { in GetMethodHotness()
1607 const ProfileSampleAnnotation& annotation) const { in GetHotMethodInfo()
1629 const ProfileSampleAnnotation& annotation) const { in ContainsClass()
1750 const ProfileSampleAnnotation& annotation) const { in GetClassesAndMethods()
2120 const ProfileSampleAnnotation& annotation) { in GetClassDescriptors()
2250 bool ProfileCompilationInfo::ProfileSampleAnnotation::operator==( in operator ==()
2251 const ProfileSampleAnnotation& other) const { in operator ==()
2319 ProfileSampleAnnotation annotation = GetAnnotationFromKey(dex_data->profile_key); in ExtractProfileData()
2364 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& other_annotations = in MergeData()
2380 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& other_annotations = in MergeData()