Home
last modified time | relevance | path

Searched refs:runtime_annotation (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.cpp347 for (auto runtime_annotation : runtime_annotations_) { in WriteAnnotations()
348 if (!WriteIdTaggedValue(writer, ClassTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteAnnotations()
649 for (auto runtime_annotation : runtime_annotations_) { in WriteRuntimeAnnotations()
650 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteRuntimeAnnotations()
1348 for (auto runtime_annotation : runtime_annotations_) { in WriteAnnotations()
1349 if (!WriteIdTaggedValue(writer, FieldTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteAnnotations()
H A Dfile_items.h545 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() argument
547 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
825 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() argument
827 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
906 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() argument
908 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()
1073 void AddRuntimeAnnotation(AnnotationItem *runtime_annotation) in AddRuntimeAnnotation() argument
1075 runtime_annotations_.push_back(runtime_annotation); in AddRuntimeAnnotation()

Completed in 6 milliseconds