Home
last modified time | relevance | path

Searched refs:runtime_type_annotation (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.h528 void AddRuntimeTypeAnnotation(AnnotationItem *runtime_type_annotation) in AddRuntimeTypeAnnotation() argument
530 runtime_type_annotations_.push_back(runtime_type_annotation); in AddRuntimeTypeAnnotation()
808 void AddRuntimeTypeAnnotation(AnnotationItem *runtime_type_annotation) in AddRuntimeTypeAnnotation() argument
810 runtime_type_annotations_.push_back(runtime_type_annotation); in AddRuntimeTypeAnnotation()
889 void AddRuntimeTypeAnnotation(AnnotationItem *runtime_type_annotation) in AddRuntimeTypeAnnotation() argument
891 runtime_type_annotations_.push_back(runtime_type_annotation); in AddRuntimeTypeAnnotation()
1056 void AddRuntimeTypeAnnotation(AnnotationItem *runtime_type_annotation) in AddRuntimeTypeAnnotation() argument
1058 runtime_type_annotations_.push_back(runtime_type_annotation); in AddRuntimeTypeAnnotation()
Dfile_items.cpp359 for (auto runtime_type_annotation : runtime_type_annotations_) { in WriteAnnotations() local
360 … if (!WriteIdTaggedValue(writer, ClassTag::RUNTIME_TYPE_ANNOTATION, runtime_type_annotation)) { in WriteAnnotations()
652 for (auto runtime_type_annotation : runtime_type_annotations_) { in WriteTypeAnnotations() local
653 … if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_TYPE_ANNOTATION, runtime_type_annotation)) { in WriteTypeAnnotations()
1346 for (auto runtime_type_annotation : runtime_type_annotations_) { in WriteAnnotations() local
1347 … if (!WriteIdTaggedValue(writer, FieldTag::RUNTIME_TYPE_ANNOTATION, runtime_type_annotation)) { in WriteAnnotations()