/arkcompiler/runtime_core/libpandafile/ |
H A D | class_data_accessor-inl.h | 100 runtime_annotations_sp_, ClassTag::RUNTIME_ANNOTATION, cb, &annotations_sp_); 122 runtime_annotations_sp_, ClassTag::RUNTIME_ANNOTATION, cb);
|
H A D | field_data_accessor-inl.h | 141 runtime_annotations_sp_, FieldTag::RUNTIME_ANNOTATION, cb, &annotations_sp_); 204 runtime_annotations_sp_, FieldTag::RUNTIME_ANNOTATION, cb);
|
H A D | method_data_accessor-inl.h | 148 runtime_annotations_sp_, MethodTag::RUNTIME_ANNOTATION, cb, &runtime_param_annotation_sp_); in EnumerateRuntimeAnnotations() 205 runtime_annotations_sp_, MethodTag::RUNTIME_ANNOTATION, cb); in EnumerateRuntimeAnnotationsWithEarlyStop()
|
H A D | file_items.cpp | 348 if (!WriteIdTaggedValue(writer, ClassTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteAnnotations() 650 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteRuntimeAnnotations() 1349 if (!WriteIdTaggedValue(writer, FieldTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteAnnotations()
|
H A D | file_items.h | 44 RUNTIME_ANNOTATION = 0x03, member in panda::panda_file::ClassTag 55 RUNTIME_ANNOTATION = 0x03, member in panda::panda_file::ClassTag::MethodTag 68 RUNTIME_ANNOTATION = 0x03, member in panda::panda_file::ClassTag::MethodTag::FieldTag
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | class_data_accessor-inl.h | 100 runtimeAnnotationsSp_, ClassTag::RUNTIME_ANNOTATION, cb, &annotationsSp_); 122 runtimeAnnotationsSp_, ClassTag::RUNTIME_ANNOTATION, cb);
|
H A D | field_data_accessor-inl.h | 154 runtimeAnnotationsSp_, FieldTag::RUNTIME_ANNOTATION, cb, &annotationsSp_); 217 runtimeAnnotationsSp_, FieldTag::RUNTIME_ANNOTATION, cb);
|
H A D | method_data_accessor-inl.h | 149 runtimeAnnotationsSp_, MethodTag::RUNTIME_ANNOTATION, cb, &runtimeParamAnnotationSp_); in EnumerateRuntimeAnnotations() 206 runtimeAnnotationsSp_, MethodTag::RUNTIME_ANNOTATION, cb); in EnumerateRuntimeAnnotationsWithEarlyStop()
|
H A D | file_items.cpp | 305 if (!WriteIdTaggedValue(writer, ClassTag::RUNTIME_ANNOTATION, runtimeAnnotation)) { in WriteAnnotations() 591 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_ANNOTATION, runtimeAnnotation)) { in WriteRuntimeAnnotations() 1285 if (!WriteIdTaggedValue(writer, FieldTag::RUNTIME_ANNOTATION, runtimeAnnotation)) { in WriteAnnotations()
|
H A D | file_items.h | 45 RUNTIME_ANNOTATION = 0x03, member in ark::panda_file::ClassTag 56 RUNTIME_ANNOTATION = 0x03, member in ark::panda_file::ClassTag::MethodTag 70 RUNTIME_ANNOTATION = 0x03, member in ark::panda_file::ClassTag::MethodTag::FieldTag
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSemitter.cpp | 707 record.metadata->SetAttributeValue(Signatures::ANNOTATION_ATTRIBUTE_TYPE, Signatures::RUNTIME_ANNOTATION); in GenAnnotationRecord()
|