Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A 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()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc1854 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1859 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1864 ASSERT_EQ(sort(mIt2->second.GetAnnotations()), expectedAnnotations2); in TEST_F()
1920 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1925 ASSERT_EQ(sort(cIt1->second.GetAnnotations()).size(), expectedAnnotations1.size()); in TEST_F()
1926 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1931 ASSERT_EQ(sort(mIt2->second.GetAnnotations()), expectedAnnotations2); in TEST_F()
H A Dprofile_compilation_info.h994 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& GetAnnotations() const { in GetAnnotations() function
H A Dprofile_compilation_info.cc2956 otherData.GetAnnotations(); in MergeData()
2972 otherData.GetAnnotations(); in MergeData()
/aosp12/art/dexlayout/
H A Ddex_verify.cc441 if (!VerifyAnnotationSetRefList(orig_param->GetAnnotations(), in VerifyParameterAnnotations()
442 output_param->GetAnnotations(), in VerifyParameterAnnotations()
H A Ddex_writer.cc455 annotation_buffer[1] = parameter->GetAnnotations()->GetOffset(); in WriteAnnotationsDirectories()
H A Ddex_ir.h1197 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations() function
H A Ddexlayout.cc757 for (dex_ir::AnnotationSetItem* annotation : *parameter->GetAnnotations()->GetItems()) { in DumpClassAnnotations()
/aosp12/system/tools/aidl/
H A Daidl_checkapi.cpp97 for (const AidlAnnotation& annotation : node.GetAnnotations()) { in get_strict_annotations()
H A Daidl_language.cpp415 for (const auto& annotation : GetAnnotations()) { in CheckValid()
422 for (const auto& annotation : GetAnnotations()) { in CheckValid()
H A Daidl_language.h340 const vector<AidlAnnotation>& GetAnnotations() const { return annotations_; }
343 for (const auto& annot : GetAnnotations()) {
H A Daidl.cpp355 for (const auto& annot : annotatable.GetAnnotations()) { in ValidateAnnotationContext()
H A Daidl_language_y.yy709 if (!$1->GetAnnotations().empty()) {
H A Dgenerate_java.cpp965 for (const auto& annotation : a.GetAnnotations()) { in generate_java_annotations()