Lines Matching refs:ProfileSampleAnnotation
87 const ProfileCompilationInfo::ProfileSampleAnnotation
88 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =
89 ProfileCompilationInfo::ProfileSampleAnnotation("");
621 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()
623 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()
670 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()
674 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()
675 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()
680 const ProfileSampleAnnotation& annotation, in AddMethods()
732 const ProfileSampleAnnotation& annotation) { in AddClass()
1271 const ProfileSampleAnnotation& annotation) const { in FindDexDataUsingAnnotations()
1272 if (annotation == ProfileSampleAnnotation::kNone) { in FindDexDataUsingAnnotations()
1320 const ProfileSampleAnnotation& annotation, in AddMethod()
2063 const ProfileSampleAnnotation& annotation) const { in GetMethodHotness()
2072 const ProfileSampleAnnotation& annotation) const { in ContainsClass()
2206 const ProfileSampleAnnotation& annotation) const { in GetClassesAndMethods()
2232 const ProfileSampleAnnotation& annotation) const { in GetClasses()
2469 const ProfileSampleAnnotation& annotation) { in GetClassDescriptors()
3055 ProfileSampleAnnotation annotation = GetAnnotationFromKey(dex_data->profile_key); in ExtractProfileData()
3106 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& other_annotations = in MergeData()
3122 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& other_annotations = in MergeData()