Home
last modified time | relevance | path

Searched refs:GetAnnotations (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/abc2program/
H A Dabc_method_processor.cpp138 for (auto annotation : function_.metadata->GetAnnotations()) { in FillSlotsNum()
148 for (auto annotation : function_.metadata->GetAnnotations()) { in FillConcurrentModuleRequests()
H A Dprogram_dump.cpp261 for (auto &annotation : function.metadata->GetAnnotations()) { in DumpFunctionAnnotations()
/arkcompiler/ets_frontend/ets2panda/compiler/debugger/
H A DdebuginfoDumper.cpp187 WriteMetaData(iter->second.metadata->GetAnnotations()); in Dump()
/arkcompiler/ets_frontend/merge_abc/src/
H A DmetaProto.cpp123 for (const auto &anno : meta.GetAnnotations()) { in Serialize()
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
H A DdebuginfoDumper.cpp190 WriteMetaData(iter->second.metadata->GetAnnotations()); in Dump()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.cpp371 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 Dfile_items.h579 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 Dfile_items.cpp447 annotations_.push_back(param.GetAnnotations()); in ParamAnnotationsItem()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_item_container.cpp403 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 Dfile_items.h557 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 Dfile_items.cpp404 annotations_.push_back(param.GetAnnotations()); in ParamAnnotationsItem()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp1105 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 Ddisassembler.cpp605 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 Dmeta.h195 const std::vector<AnnotationData> &GetAnnotations() const in GetAnnotations() function in ark::pandasm::AnnotationMetadata
H A Dassembly-emitter.cpp681 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations()
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp975 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 Dmeta.h196 const std::vector<AnnotationData> &GetAnnotations() const in GetAnnotations() function in panda::pandasm::AnnotationMetadata
H A Dassembly-emitter.cpp496 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 Dlinker_context.cpp668 data, [](T *self) -> decltype(auto) { return DerefPtrRef(self->GetAnnotations()); },

Completed in 38 milliseconds