Home
last modified time | relevance | path

Searched refs:TYPE_ANNOTATION (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dclass_data_accessor-inl.h205 helpers::EnumerateTaggedValues<File::EntityId, ClassTag, Callback>(type_annotation_sp_, ClassTag::TYPE_ANNOTATION,
H A Dmethod_data_accessor-inl.h234 helpers::EnumerateTaggedValues<File::EntityId, MethodTag, Callback>(type_annotation_sp_, MethodTag::TYPE_ANNOTATION, in EnumerateTypeAnnotations()
H A Dfile_items.cpp366 if (!WriteIdTaggedValue(writer, ClassTag::TYPE_ANNOTATION, type_annotation)) { in WriteAnnotations()
673 if (!WriteIdTaggedValue(writer, MethodTag::TYPE_ANNOTATION, type_annotation)) { in WriteTypeAnnotations()
1367 if (!WriteIdTaggedValue(writer, FieldTag::TYPE_ANNOTATION, type_annotation)) { in WriteAnnotations()
H A Dfile_items.h47 TYPE_ANNOTATION = 0x06, member in panda::panda_file::ClassTag
60 TYPE_ANNOTATION = 0x08, member in panda::panda_file::ClassTag::MethodTag
71 TYPE_ANNOTATION = 0x06 member in panda::panda_file::ClassTag::MethodTag::FieldTag
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dclass_data_accessor-inl.h221 helpers::EnumerateTaggedValues<File::EntityId, ClassTag, Callback>(typeAnnotationSp_, ClassTag::TYPE_ANNOTATION, cb,
H A Dfile_items.cpp323 if (!WriteIdTaggedValue(writer, ClassTag::TYPE_ANNOTATION, typeAnnotation)) { in WriteAnnotations()
614 if (!WriteIdTaggedValue(writer, MethodTag::TYPE_ANNOTATION, typeAnnotation)) { in WriteTypeAnnotations()
1303 if (!WriteIdTaggedValue(writer, FieldTag::TYPE_ANNOTATION, typeAnnotation)) { in WriteAnnotations()
H A Dmethod_data_accessor-inl.h235 helpers::EnumerateTaggedValues<File::EntityId, MethodTag, Callback>(typeAnnotationSp_, MethodTag::TYPE_ANNOTATION, in EnumerateTypeAnnotations()
H A Dfile_items.h48 TYPE_ANNOTATION = 0x06, member in ark::panda_file::ClassTag
61 TYPE_ANNOTATION = 0x08, member in ark::panda_file::ClassTag::MethodTag
73 TYPE_ANNOTATION = 0x06 member in ark::panda_file::ClassTag::MethodTag::FieldTag
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp709 record.metadata->SetAttributeValue(Signatures::ANNOTATION_ATTRIBUTE_TYPE, Signatures::TYPE_ANNOTATION); in GenAnnotationRecord()

Completed in 15 milliseconds