Searched refs:annotations_ (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
H A D | meta.h | 198 return annotations_; in GetAnnotations() 203 annotations_ = std::forward<std::vector<AnnotationData>>(annotations); in SetAnnotations() 208 annotations_.insert(annotations_.end(), annotations.begin(), annotations.end()); in AddAnnotations() 213 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(), in DeleteAnnotationElementByName() 217 if (annotation_iter != annotations_.end()) { in DeleteAnnotationElementByName() 224 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(), in DeleteAnnotationByName() 228 if (annotation_iter != annotations_ in DeleteAnnotationByName() 504 std::vector<AnnotationData> annotations_; global() member [all...] |
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | methodDefinition.h | 55 annotations_(std::move(annotations)), in MethodDefinition() 133 return annotations_; in Annotations() 138 annotations_ = std::move(annotations); in SetAnnotations() 194 ArenaVector<Annotation *> annotations_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinition
|
H A D | methodDefinition.cpp | 53 for (auto *it : annotations_) { in Iterate() 102 {"annotations", annotations_}}); in Dump()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | meta.h | 197 return annotations_; in GetAnnotations() 202 ASSERT(annotations_.empty()); in SetAnnotations() 203 annotations_ = std::forward<std::vector<AnnotationData>>(annotations); in SetAnnotations() 208 annotations_.insert(annotations_.end(), annotations.begin(), annotations.end()); in AddAnnotations() 423 annotationBuilder_.AddAnnnotationDataToVector(&annotations_); in ResetAnnotationBuilder() 460 std::vector<AnnotationData> annotations_; member in ark::pandasm::AnnotationMetadata
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_items.cpp | 274 size += (TAG_SIZE + ID_SIZE) * annotations_.size(); in CalculateSizeWithoutFieldsAndMethods() 353 for (auto annotation : annotations_) { in WriteAnnotations() 445 annotations_.push_back(param.GetRuntimeAnnotations()); in ParamAnnotationsItem() 447 annotations_.push_back(param.GetAnnotations()); in ParamAnnotationsItem() 462 for (const auto ¶m_annotations : annotations_) { in CalculateSize() 474 if (!writer->Write(static_cast<uint32_t>(annotations_.size()))) { in Write() 478 for (const auto ¶m_annotations : annotations_) { in Write() 629 size += (TAG_SIZE + ID_SIZE) * annotations_.size(); in CalculateSize() 705 for (auto annotation : annotations_) { in WriteTaggedData() 1305 size += (TAG_SIZE + ID_SIZE) * annotations_ in CalculateSize() [all...] |
H A D | file_items.h | 552 annotations_.push_back(annotation); in AddAnnotation() 581 return &annotations_; in GetAnnotations() 607 std::vector<AnnotationItem *> annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::FieldItem 832 annotations_.push_back(annotation); in AddAnnotation() 857 return annotations_; in GetAnnotations() 862 return !annotations_.empty(); in HasAnnotations() 873 std::vector<AnnotationItem *> annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::MethodParamItem 913 annotations_.push_back(annotation); in AddAnnotation() 979 return &annotations_; in GetAnnotations() 1005 std::vector<AnnotationItem *> annotations_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind 1196 std::vector<AnnotationItem *> annotations_; global() member in panda::panda_file::ClassTag::MethodTag::FieldTag::ClassItem 1290 std::vector<std::vector<AnnotationItem *>> annotations_; global() member in panda::panda_file::ClassTag::MethodTag::FieldTag::ParamAnnotationsItem [all...] |
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_items.cpp | 231 size += (TAG_SIZE + ID_SIZE) * annotations_.size(); in CalculateSizeWithoutFieldsAndMethods() 310 for (auto annotation : annotations_) { in WriteAnnotations() 402 annotations_.push_back(param.GetRuntimeAnnotations()); in ParamAnnotationsItem() 404 annotations_.push_back(param.GetAnnotations()); in ParamAnnotationsItem() 419 for (const auto ¶mAnnotations : annotations_) { in CalculateSize() 431 if (!writer->Write(static_cast<uint32_t>(annotations_.size()))) { in Write() 435 for (const auto ¶mAnnotations : annotations_) { in Write() 566 size += (TAG_SIZE + ID_SIZE) * annotations_.size(); in CalculateSize() 646 for (auto annotation : annotations_) { in WriteTaggedData() 1241 size += (TAG_SIZE + ID_SIZE) * annotations_ in CalculateSize() [all...] |
H A D | file_items.h | 530 annotations_.push_back(annotation); in AddAnnotation() 559 return &annotations_; in GetAnnotations() 590 std::vector<AnnotationItem *> annotations_; member in ark::panda_file::ClassTag::MethodTag::FieldTag::FieldItem 835 annotations_.push_back(annotation); in AddAnnotation() 860 return annotations_; in GetAnnotations() 875 return !annotations_.empty(); in HasAnnotations() 886 std::vector<AnnotationItem *> annotations_; member in ark::panda_file::ClassTag::MethodTag::FieldTag::MethodParamItem 931 annotations_.push_back(annotation); in AddAnnotation() 997 return &annotations_; in GetAnnotations() 1034 std::vector<AnnotationItem *> annotations_; member in ark::panda_file::ClassTag::MethodTag 1265 std::vector<AnnotationItem *> annotations_; global() member in ark::panda_file::ClassTag::ClassItem 1365 std::vector<std::vector<AnnotationItem *>> annotations_; global() member in ark::panda_file::ClassTag::ParamAnnotationsItem [all...] |
Completed in 13 milliseconds