Home
last modified time | relevance | path

Searched refs:annotations_ (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc2884 annotations_(other.annotations_) { in ItemMetadata()
2918 metadata.annotations_.push_back(annotation); in ExtractProfileData()
2924 static_cast<uint32_t>(metadata.annotations_.size())); in ExtractProfileData()
2938 metadata.annotations_.push_back(annotation); in ExtractProfileData()
2942 static_cast<uint32_t>(metadata.annotations_.size())); in ExtractProfileData()
2961 metadata.annotations_.insert( in MergeData()
2962 metadata.annotations_.end(), other_annotations.begin(), other_annotations.end()); in MergeData()
2966 static_cast<uint32_t>(metadata.annotations_.size())); in MergeData()
2977 metadata.annotations_.insert( in MergeData()
2978 metadata.annotations_.end(), other_annotations.begin(), other_annotations.end()); in MergeData()
[all …]
Dprofile_compilation_info.h995 return annotations_; in GetAnnotations()
1011 std::list<ProfileCompilationInfo::ProfileSampleAnnotation> annotations_; variable
/art/dexlayout/
Ddex_ir.h921 annotations_(annotations), in ClassDef()
935 AnnotationsDirectoryItem* Annotations() const { return annotations_; } in Annotations()
947 AnnotationsDirectoryItem* annotations_; // This can be nullptr. variable
1194 : method_id_(method_id), annotations_(annotations) { } in ParameterAnnotation()
1197 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations()
1201 AnnotationSetRefList* annotations_; variable