Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc2299 annotations_(other.annotations_) { in ItemMetadata()
2333 metadata.annotations_.push_back(annotation); in ExtractProfileData()
2339 static_cast<uint32_t>(metadata.annotations_.size())); in ExtractProfileData()
2347 metadata.annotations_.push_back(annotation); in ExtractProfileData()
2351 static_cast<uint32_t>(metadata.annotations_.size())); in ExtractProfileData()
2370 metadata.annotations_.insert( in MergeData()
2371 metadata.annotations_.end(), other_annotations.begin(), other_annotations.end()); in MergeData()
2375 static_cast<uint32_t>(metadata.annotations_.size())); in MergeData()
2386 metadata.annotations_.insert( in MergeData()
2387 metadata.annotations_.end(), other_annotations.begin(), other_annotations.end()); in MergeData()
[all …]
Dprofile_compilation_info.h993 return annotations_; in GetAnnotations()
1009 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