Lines Matching refs:ProfileSampleAnnotation
74 const ProfileCompilationInfo::ProfileSampleAnnotation
75 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =
76 ProfileCompilationInfo::ProfileSampleAnnotation("");
604 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()
606 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()
653 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()
657 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()
658 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()
663 const ProfileSampleAnnotation& annotation) { in AddMethods()
715 const ProfileSampleAnnotation& annotation) { in AddClass()
1183 const ProfileSampleAnnotation& annotation) const { in FindDexDataUsingAnnotations()
1184 if (annotation == ProfileSampleAnnotation::kNone) { in FindDexDataUsingAnnotations()
1232 const ProfileSampleAnnotation& annotation) { in AddMethod()
1941 const ProfileSampleAnnotation& annotation) const { in GetMethodHotness()
1950 const ProfileSampleAnnotation& annotation) const { in ContainsClass()
2082 const ProfileSampleAnnotation& annotation) const { in GetClassesAndMethods()
2364 const ProfileSampleAnnotation& annotation) { in GetClassDescriptors()
2904 ProfileSampleAnnotation annotation = GetAnnotationFromKey(dex_data->profile_key); in ExtractProfileData()
2955 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& other_annotations = in MergeData()
2971 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& other_annotations = in MergeData()