Home
last modified time | relevance | path

Searched refs:runtime_annotations_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.h520 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
549 return &runtime_annotations_; in GetRuntimeAnnotations()
579 std::vector<AnnotationItem *> runtime_annotations_; variable
800 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
825 return runtime_annotations_; in GetRuntimeAnnotations()
840 return !runtime_annotations_.empty(); in HasRuntimeAnnotations()
845 std::vector<AnnotationItem *> runtime_annotations_; variable
881 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
947 return &runtime_annotations_; in GetRuntimeAnnotations()
977 std::vector<AnnotationItem *> runtime_annotations_; variable
[all …]
Dfile_items.cpp273 size += (TAG_SIZE + ID_SIZE) * runtime_annotations_.size(); in CalculateSizeWithoutFieldsAndMethods()
347 for (auto runtime_annotation : runtime_annotations_) { in WriteAnnotations()
609 size += (TAG_SIZE + ID_SIZE) * runtime_annotations_.size(); in CalculateSize()
635 for (auto runtime_annotation : runtime_annotations_) { in WriteRuntimeAnnotations()
1290 size += (TAG_SIZE + ID_SIZE) * runtime_annotations_.size(); in CalculateSize()
1334 for (auto runtime_annotation : runtime_annotations_) { in WriteAnnotations()