Searched refs:GetAnnotations (Results 1 – 8 of 8) sorted by relevance
74 for (const auto& it : metadata.GetAnnotations()) { in GetPackageUseString()78 return metadata.GetAnnotations().empty() in GetPackageUseString()155 float item_percent = metadata.GetAnnotations().size() / static_cast<float>(max_aggregation_count); in IncludeItemInProfile()156 for (const auto& annotIt : metadata.GetAnnotations()) { in IncludeItemInProfile()
1900 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1905 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1910 ASSERT_EQ(sort(mIt2->second.GetAnnotations()), expectedAnnotations2); in TEST_F()1966 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1971 ASSERT_EQ(sort(cIt1->second.GetAnnotations()).size(), expectedAnnotations1.size()); in TEST_F()1972 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1977 ASSERT_EQ(sort(mIt2->second.GetAnnotations()), expectedAnnotations2); in TEST_F()
1108 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& GetAnnotations() const { in GetAnnotations() function
3036 otherData.GetAnnotations(); in MergeData()3052 otherData.GetAnnotations(); in MergeData()
441 if (!VerifyAnnotationSetRefList(orig_param->GetAnnotations(), in VerifyParameterAnnotations()442 output_param->GetAnnotations(), in VerifyParameterAnnotations()
453 annotation_buffer[1] = parameter->GetAnnotations()->GetOffset(); in WriteAnnotationsDirectories()
1205 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations() function
827 for (dex_ir::AnnotationSetItem* annotation : *parameter->GetAnnotations()->GetItems()) { in DumpClassAnnotations()