Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp382 …panda_file::DeduplicateAnnotations(class_item->GetRuntimeAnnotations(), &annotation_deduper, &valu… in DeduplicateAnnotations()
390 … panda_file::DeduplicateAnnotations(method_item->GetRuntimeAnnotations(), &annotation_deduper, in DeduplicateAnnotations()
401 … panda_file::DeduplicateAnnotations(field_item->GetRuntimeAnnotations(), &annotation_deduper, in DeduplicateAnnotations()
Dfile_items.h547 std::vector<AnnotationItem *> *GetRuntimeAnnotations() in GetRuntimeAnnotations() function
823 const std::vector<AnnotationItem *> &GetRuntimeAnnotations() const in GetRuntimeAnnotations() function
945 std::vector<AnnotationItem *> *GetRuntimeAnnotations() in GetRuntimeAnnotations() function
1122 std::vector<AnnotationItem *> *GetRuntimeAnnotations() in GetRuntimeAnnotations() function
Dfile_items.cpp445 annotations_.push_back(param.GetRuntimeAnnotations()); in ParamAnnotationsItem()