/arkcompiler/runtime_core/abc2program/ |
H A D | abc_method_processor.cpp | 138 for (auto annotation : function_.metadata->GetAnnotations()) { in FillSlotsNum() 148 for (auto annotation : function_.metadata->GetAnnotations()) { in FillConcurrentModuleRequests()
|
H A D | program_dump.cpp | 261 for (auto &annotation : function.metadata->GetAnnotations()) { in DumpFunctionAnnotations()
|
/arkcompiler/ets_frontend/ets2panda/compiler/debugger/ |
H A D | debuginfoDumper.cpp | 187 WriteMetaData(iter->second.metadata->GetAnnotations()); in Dump()
|
/arkcompiler/ets_frontend/merge_abc/src/ |
H A D | metaProto.cpp | 123 for (const auto &anno : meta.GetAnnotations()) { in Serialize()
|
/arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
H A D | debuginfoDumper.cpp | 190 WriteMetaData(iter->second.metadata->GetAnnotations()); in Dump()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_item_container.cpp | 371 panda_file::DeduplicateAnnotations(class_item->GetAnnotations(), &annotation_deduper, &value_deduper); in DeduplicateAnnotations() 380 panda_file::DeduplicateAnnotations(method_item->GetAnnotations(), &annotation_deduper, &value_deduper); in DeduplicateAnnotations() 391 panda_file::DeduplicateAnnotations(field_item->GetAnnotations(), &annotation_deduper, &value_deduper); in DeduplicateAnnotations()
|
H A D | file_items.h | 579 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::FieldItem 855 const std::vector<AnnotationItem *> &GetAnnotations() const in GetAnnotations() function in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::MethodParamItem 977 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind 1154 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function in panda::panda_file::ClassTag::MethodTag::FieldTag::ClassItem
|
H A D | file_items.cpp | 447 annotations_.push_back(param.GetAnnotations()); in ParamAnnotationsItem()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_item_container.cpp | 403 panda_file::DeduplicateAnnotations(classItem->GetAnnotations(), &annotationDeduper, &valueDeduper); in DeduplicateAnnotations() 410 panda_file::DeduplicateAnnotations(methodItem->GetAnnotations(), &annotationDeduper, &valueDeduper); in DeduplicateAnnotations() 420 panda_file::DeduplicateAnnotations(fieldItem->GetAnnotations(), &annotationDeduper, &valueDeduper); in DeduplicateAnnotations()
|
H A D | file_items.h | 557 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function in ark::panda_file::ClassTag::MethodTag::FieldTag::FieldItem 858 const std::vector<AnnotationItem *> &GetAnnotations() const in GetAnnotations() function in ark::panda_file::ClassTag::MethodTag::FieldTag::MethodParamItem 995 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function in ark::panda_file::ClassTag::MethodTag 1188 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function in ark::panda_file::ClassTag::ClassItem
|
H A D | file_items.cpp | 404 annotations_.push_back(param.GetAnnotations()); in ParamAnnotationsItem()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | file_item_container_test.cpp | 1105 ASSERT_EQ(glb->GetAnnotations()->at(0), glb->GetAnnotations()->at(1)); in TEST() 1110 ASSERT_EQ(glb->GetAnnotations()->at(0), glb->GetAnnotations()->at(1)); in TEST() 1118 auto annots = reader.GetContainerPtr()->GetOrCreateGlobalClassItem()->GetAnnotations(); in TEST()
|
/arkcompiler/runtime_core/disassembler/ |
H A D | disassembler.cpp | 605 std::vector<pandasm::AnnotationData> method_annotation = method.metadata->GetAnnotations(); in GetMethodAnnotations() 645 std::vector<pandasm::AnnotationData> method_annotation = method.metadata->GetAnnotations(); in AddAnnotationElement() 665 const auto annotations = method_iter->second.metadata->GetAnnotations(); in GetAnnotationByMethodName() 690 const auto annotations = method_iter->second.metadata->GetAnnotations(); in GetSerializedMethodAnnotation() 1884 const auto annotations = method.metadata->GetAnnotations(); in SerializeMethodAnnotations()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | meta.h | 195 const std::vector<AnnotationData> &GetAnnotations() const in GetAnnotations() function in ark::pandasm::AnnotationMetadata
|
H A D | assembly-emitter.cpp | 681 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations()
|
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
H A D | hello_world_test.cpp | 975 auto &annotations = a_function_->metadata->GetAnnotations(); in HWTEST_F() 991 auto &annotations = b_function_->metadata->GetAnnotations(); in HWTEST_F()
|
/arkcompiler/runtime_core/assembler/ |
H A D | meta.h | 196 const std::vector<AnnotationData> &GetAnnotations() const in GetAnnotations() function in panda::pandasm::AnnotationMetadata
|
H A D | assembly-emitter.cpp | 496 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() 1375 for (const auto &an : func.metadata->GetAnnotations()) { in MakeSlotNumberAnnotation() 1407 for (const auto &an : func.metadata->GetAnnotations()) { in MakeConcurrentModuleRequestsAnnotation()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.cpp | 668 data, [](T *self) -> decltype(auto) { return DerefPtrRef(self->GetAnnotations()); },
|