Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h547 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
576 return &runtime_annotations_; in GetRuntimeAnnotations()
606 std::vector<AnnotationItem *> runtime_annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::FieldItem
827 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
852 return runtime_annotations_; in GetRuntimeAnnotations()
867 return !runtime_annotations_.empty(); in HasRuntimeAnnotations()
872 std::vector<AnnotationItem *> runtime_annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::MethodParamItem
908 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
974 return &runtime_annotations_; in GetRuntimeAnnotations()
1004 std::vector<AnnotationItem *> runtime_annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind
1195 std::vector<AnnotationItem *> runtime_annotations_; global() member in panda::panda_file::ClassTag::MethodTag::FieldTag::ClassItem
[all...]
H A Dfile_items.cpp273 size += (TAG_SIZE + ID_SIZE) * runtime_annotations_.size(); in CalculateSizeWithoutFieldsAndMethods()
347 for (auto runtime_annotation : runtime_annotations_) { in WriteAnnotations()
623 size += (TAG_SIZE + ID_SIZE) * runtime_annotations_.size(); in CalculateSize()
649 for (auto runtime_annotation : runtime_annotations_) { in WriteRuntimeAnnotations()
1304 size += (TAG_SIZE + ID_SIZE) * runtime_annotations_.size(); in CalculateSize()
1348 for (auto runtime_annotation : runtime_annotations_) { in WriteAnnotations()

Completed in 10 milliseconds