Home
last modified time | relevance | path

Searched refs:AddRuntimeAnnotation (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.h518 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() function
798 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() function
879 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() function
1046 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() function
Dfile_reader.cpp571 param_items[i].AddRuntimeAnnotation(ann_item); in CreateMethodParamItems()
656 … [&](File::EntityId ann_id) { method_item->AddRuntimeAnnotation(CreateAnnotationItem(ann_id)); }); in CreateMethodItem()
792 … [&](File::EntityId ann_id) { field_item->AddRuntimeAnnotation(CreateAnnotationItem(ann_id)); }); in CreateFieldItem()
948 … [&](File::EntityId ann_id) { class_item->AddRuntimeAnnotation(CreateAnnotationItem(ann_id)); }); in CreateClassItem()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h517 void AddRuntimeAnnotation(AnnotationItem *runtimeAnnotation) in AddRuntimeAnnotation() function
796 void AddRuntimeAnnotation(AnnotationItem *runtimeAnnotation) in AddRuntimeAnnotation() function
892 void AddRuntimeAnnotation(AnnotationItem *runtimeAnnotation) in AddRuntimeAnnotation() function
1070 void AddRuntimeAnnotation(AnnotationItem *runtimeAnnotation) in AddRuntimeAnnotation() function
Dfile_reader.cpp608 paramItems[i].AddRuntimeAnnotation(annItem); in CreateMethodParamItems()
704 …[this, &methodItem](File::EntityId annId) { methodItem->AddRuntimeAnnotation(CreateAnnotationItem(… in CreateMethodItem()
842 …[this, &fieldItem](File::EntityId annId) { fieldItem->AddRuntimeAnnotation(CreateAnnotationItem(an… in CreateFieldItem()
997 …[this, &classItem](File::EntityId annId) { classItem->AddRuntimeAnnotation(CreateAnnotationItem(an… in CreateClassItem()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp607 [](T *self, panda_file::AnnotationItem *an) { self->AddRuntimeAnnotation(an); }); in TransferAnnotations()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp209 classItem->AddRuntimeAnnotation(runtimeAnnotationItem); in TEST()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp272 class_item->AddRuntimeAnnotation(runtime_annotation_item);
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp504 item->AddRuntimeAnnotation(annotation_item); in AddAnnotations()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp689 item->AddRuntimeAnnotation(annotationItem); in AddAnnotations()