Home
last modified time | relevance | path

Searched refs:typeAnnotations_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h540 typeAnnotations_.push_back(typeAnnotation); in AddTypeAnnotation()
564 return &typeAnnotations_; in GetTypeAnnotations()
591 std::vector<AnnotationItem *> typeAnnotations_; member in ark::panda_file::ClassTag::MethodTag::FieldTag::FieldItem
845 typeAnnotations_.push_back(typeAnnotation); in AddTypeAnnotation()
870 return typeAnnotations_; in GetTypeAnnotations()
887 std::vector<AnnotationItem *> typeAnnotations_; member in ark::panda_file::ClassTag::MethodTag::FieldTag::MethodParamItem
941 typeAnnotations_.push_back(typeAnnotation); in AddTypeAnnotation()
1002 return &typeAnnotations_; in GetTypeAnnotations()
1035 std::vector<AnnotationItem *> typeAnnotations_; member in ark::panda_file::ClassTag::MethodTag
1119 typeAnnotations_ in AddTypeAnnotation()
1266 std::vector<AnnotationItem *> typeAnnotations_; global() member in ark::panda_file::ClassTag::ClassItem
[all...]
H A Dfile_items.cpp233 size += (TAG_SIZE + ID_SIZE) * typeAnnotations_.size(); in CalculateSizeWithoutFieldsAndMethods()
322 for (auto typeAnnotation : typeAnnotations_) { in WriteAnnotations()
573 size += (TAG_SIZE + ID_SIZE) * typeAnnotations_.size(); in CalculateSize()
613 for (auto typeAnnotation : typeAnnotations_) { in WriteTypeAnnotations()
1243 size += (TAG_SIZE + ID_SIZE) * typeAnnotations_.size(); in CalculateSize()
1302 for (auto typeAnnotation : typeAnnotations_) { in WriteAnnotations()

Completed in 5 milliseconds