Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h562 type_annotations_.push_back(type_annotation); in AddTypeAnnotation()
586 return &type_annotations_; in GetTypeAnnotations()
608 std::vector<AnnotationItem *> type_annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::FieldItem
842 type_annotations_.push_back(type_annotation); in AddTypeAnnotation()
874 std::vector<AnnotationItem *> type_annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::MethodParamItem
923 type_annotations_.push_back(type_annotation); in AddTypeAnnotation()
984 return &type_annotations_; in GetTypeAnnotations()
1006 std::vector<AnnotationItem *> type_annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind
1090 type_annotations_.push_back(type_annotation); in AddTypeAnnotation()
1161 return &type_annotations_; in GetTypeAnnotations()
1197 std::vector<AnnotationItem *> type_annotations_; global() member in panda::panda_file::ClassTag::MethodTag::FieldTag::ClassItem
[all...]
H A Dfile_items.cpp276 size += (TAG_SIZE + ID_SIZE) * type_annotations_.size(); in CalculateSizeWithoutFieldsAndMethods()
365 for (auto type_annotation : type_annotations_) { in WriteAnnotations()
636 size += (TAG_SIZE + ID_SIZE) * type_annotations_.size(); in CalculateSize()
672 for (auto type_annotation : type_annotations_) { in WriteTypeAnnotations()
1307 size += (TAG_SIZE + ID_SIZE) * type_annotations_.size(); in CalculateSize()
1366 for (auto type_annotation : type_annotations_) { in WriteAnnotations()

Completed in 5 milliseconds