Home
last modified time | relevance | path

Searched refs:GetAnnotations (Results 1 – 8 of 8) sorted by relevance

/art/profman/
Dboot_image_profile.cc74 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()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc1761 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1766 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1771 ASSERT_EQ(sort(mIt2->second.GetAnnotations()), expectedAnnotations2); in TEST_F()
1827 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1832 ASSERT_EQ(sort(cIt1->second.GetAnnotations()).size(), expectedAnnotations1.size()); in TEST_F()
1833 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1838 ASSERT_EQ(sort(mIt2->second.GetAnnotations()), expectedAnnotations2); in TEST_F()
Dprofile_compilation_info.h992 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& GetAnnotations() const { in GetAnnotations() function
Dprofile_compilation_info.cc2365 otherData.GetAnnotations(); in MergeData()
2381 otherData.GetAnnotations(); in MergeData()
/art/dexlayout/
Ddex_verify.cc441 if (!VerifyAnnotationSetRefList(orig_param->GetAnnotations(), in VerifyParameterAnnotations()
442 output_param->GetAnnotations(), in VerifyParameterAnnotations()
Ddex_writer.cc455 annotation_buffer[1] = parameter->GetAnnotations()->GetOffset(); in WriteAnnotationsDirectories()
Ddex_ir.h1197 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations() function
Ddexlayout.cc757 for (dex_ir::AnnotationSetItem* annotation : *parameter->GetAnnotations()->GetItems()) { in DumpClassAnnotations()