Lines Matching refs:annotation

163       const ProfileSampleAnnotation& annotation) {  in GetProfileDexFileAugmentedKey()  argument
165 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()
167 : base_key + kSampleMetadataSeparator + annotation.GetOriginPackageName();; in GetProfileDexFileAugmentedKey()
210 const ProfileSampleAnnotation& annotation) { in AddMethods() argument
212 if (!AddMethod(method, flags, annotation)) { in AddMethods()
682 const ProfileSampleAnnotation& annotation) const { in FindDexDataUsingAnnotations()
683 if (annotation == ProfileSampleAnnotation::kNone) { in FindDexDataUsingAnnotations()
694 std::string profile_key = GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation); in FindDexDataUsingAnnotations()
716 const ProfileSampleAnnotation& annotation) { in AddMethod() argument
717 DexFileData* const data = GetOrAddDexFileData(pmi.ref.dex_file, annotation); in AddMethod()
743 DexFileData* class_dex_data = GetOrAddDexFileData(class_ref.dex_file, annotation); in AddMethod()
1598 const ProfileSampleAnnotation& annotation) const { in GetMethodHotness()
1599 const DexFileData* dex_data = FindDexDataUsingAnnotations(method_ref.dex_file, annotation); in GetMethodHotness()
1607 const ProfileSampleAnnotation& annotation) const { in GetHotMethodInfo()
1608 MethodHotness hotness(GetMethodHotness(method_ref, annotation)); in GetHotMethodInfo()
1629 const ProfileSampleAnnotation& annotation) const { in ContainsClass()
1630 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in ContainsClass()
1750 const ProfileSampleAnnotation& annotation) const { in GetClassesAndMethods()
1752 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in GetClassesAndMethods()
2120 const ProfileSampleAnnotation& annotation) { in GetClassDescriptors() argument
2123 const DexFileData* data = FindDexDataUsingAnnotations(dex_file, annotation); in GetClassDescriptors()
2319 ProfileSampleAnnotation annotation = GetAnnotationFromKey(dex_data->profile_key); in ExtractProfileData() local
2333 metadata.annotations_.push_back(annotation); in ExtractProfileData()
2347 metadata.annotations_.push_back(annotation); in ExtractProfileData()