Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_items.h545 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() function
825 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() function
906 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() function
1073 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() function
Dfile_reader.cpp571 param_items[i].AddRuntimeAnnotation(ann_item); in CreateMethodParamItems()
701 … [&](File::EntityId ann_id) { method_item->AddRuntimeAnnotation(CreateAnnotationItem(ann_id)); }); in CreateMethodItem()
804 … [&](File::EntityId ann_id) { field_item->AddRuntimeAnnotation(CreateAnnotationItem(ann_id)); }); in CreateFieldItem()
966 … [&](File::EntityId ann_id) { class_item->AddRuntimeAnnotation(CreateAnnotationItem(ann_id)); }); in CreateClassItem()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp544 paramItems[i].AddRuntimeAnnotation(annItem); in CreateMethodParamItems()
690 …[this, &methodItem](File::EntityId annId) { methodItem->AddRuntimeAnnotation(CreateAnnotationItem(… in CreateMethodItem()
802 …[this, &fieldItem](File::EntityId annId) { fieldItem->AddRuntimeAnnotation(CreateAnnotationItem(an… in CreateFieldItem()
955 …[this, &classItem](File::EntityId annId) { classItem->AddRuntimeAnnotation(CreateAnnotationItem(an… in CreateClassItem()
Dfile_items.h523 void AddRuntimeAnnotation(AnnotationItem *runtimeAnnotation) in AddRuntimeAnnotation() function
828 void AddRuntimeAnnotation(AnnotationItem *runtimeAnnotation) in AddRuntimeAnnotation() function
924 void AddRuntimeAnnotation(AnnotationItem *runtimeAnnotation) in AddRuntimeAnnotation() function
1102 void AddRuntimeAnnotation(AnnotationItem *runtimeAnnotation) in AddRuntimeAnnotation() function
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp650 [](T *self, panda_file::AnnotationItem *an) { self->AddRuntimeAnnotation(an); }); in TransferAnnotations()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp215 classItem->AddRuntimeAnnotation(runtimeAnnotationItem); in TEST()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp393 class_item->AddRuntimeAnnotation(runtime_annotation_item);
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp517 item->AddRuntimeAnnotation(annotation_item); in AddAnnotations()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp684 item->AddRuntimeAnnotation(annotationItem); in AddAnnotations()