Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h533 void AddRuntimeTypeAnnotation(AnnotationItem *runtimeTypeAnnotation) in AddRuntimeTypeAnnotation() argument
535 runtimeTypeAnnotations_.push_back(runtimeTypeAnnotation); in AddRuntimeTypeAnnotation()
838 void AddRuntimeTypeAnnotation(AnnotationItem *runtimeTypeAnnotation) in AddRuntimeTypeAnnotation() argument
840 runtimeTypeAnnotations_.push_back(runtimeTypeAnnotation); in AddRuntimeTypeAnnotation()
934 void AddRuntimeTypeAnnotation(AnnotationItem *runtimeTypeAnnotation) in AddRuntimeTypeAnnotation() argument
936 runtimeTypeAnnotations_.push_back(runtimeTypeAnnotation); in AddRuntimeTypeAnnotation()
1112 void AddRuntimeTypeAnnotation(AnnotationItem *runtimeTypeAnnotation) in AddRuntimeTypeAnnotation() argument
1114 runtimeTypeAnnotations_.push_back(runtimeTypeAnnotation); in AddRuntimeTypeAnnotation()
Dfile_items.cpp315 for (auto runtimeTypeAnnotation : runtimeTypeAnnotations_) { in WriteAnnotations() local
316 if (!WriteIdTaggedValue(writer, ClassTag::RUNTIME_TYPE_ANNOTATION, runtimeTypeAnnotation)) { in WriteAnnotations()
606 for (auto runtimeTypeAnnotation : runtimeTypeAnnotations_) { in WriteTypeAnnotations() local
607 … if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_TYPE_ANNOTATION, runtimeTypeAnnotation)) { in WriteTypeAnnotations()
1295 for (auto runtimeTypeAnnotation : runtimeTypeAnnotations_) { in WriteAnnotations() local
1296 if (!WriteIdTaggedValue(writer, FieldTag::RUNTIME_TYPE_ANNOTATION, runtimeTypeAnnotation)) { in WriteAnnotations()