| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | expression.cpp | 24 if (auto *const annotation = other.TypeAnnotation(); annotation != nullptr) { in AnnotatedExpression() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_interop_runtime_interface-inl.h | 135 uint32_t GetAnnotationElementUniqueIndex(ClassPtr klass, const char *annotation, uint32_t index) ov… in GetAnnotationElementUniqueIndex()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/annotations/ |
| D | annotations_emit_test.h | 140 for (const auto &annotation : found->second.metadata->GetAnnotations()) { in CheckFunctionAnnotations() local 169 const pandasm::AnnotationData &annotation) const in CheckAnnotation()
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc_method_processor.cpp | 138 for (auto annotation : function_.metadata->GetAnnotations()) { in FillAnnotationData() local
|
| D | program_dump.cpp | 281 for (auto &annotation : function.metadata->GetAnnotations()) { in DumpFunctionAnnotations() local
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | metadata_arkts_inspect_impl.cpp | 513 for (auto &annotation : klass->annotations) { in ArkTSClassEnumerateAnnotations() local 548 for (auto &annotation : function->annotations) { in ArkTSFunctionEnumerateAnnotations() local
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instruction.rb | 38 attr_accessor :type, :annotation, :debug_info accessor in IRInstruction
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | metaProto.cpp | 136 … auto *annotation = allocator->New<panda::pandasm::AnnotationData>(protoAnnotation.recordname()); in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.cpp | 310 for (auto annotation : annotations_) { in WriteAnnotations() local 646 for (auto annotation : annotations_) { in WriteTaggedData() local 1300 for (auto annotation : annotations_) { in WriteAnnotations() local
|
| D | file_items.h | 528 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation() 834 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation() 930 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation() 1108 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
|
| /arkcompiler/runtime_core/libabckit/scripts/ |
| D | abckit_status.py | 152 def get_test_from_annotation(api, annotation): argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 359 for (auto annotation : annotations_) { in WriteAnnotations() local 711 for (auto annotation : annotations_) { in WriteTaggedData() local 1360 for (auto annotation : annotations_) { in WriteAnnotations() local
|
| D | file_items.h | 550 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation() 830 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation() 911 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation() 1078 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 312 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local 405 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem() 490 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | metadata_layout.h | 252 DataRefOffset32 annotation; member
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 554 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local 648 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem() 744 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 726 auto *annotation = childNode->AsAnnotation(); in ResolveReference() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 403 pandasm::AnnotationData annotation(annoName); in CreateAnnotation() local
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| D | hello_world_test.cpp | 49 std::string annotation = "Anno"; member
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 844 pandasm::AnnotationData annotation(annoDecl->InternalName().Mutf8()); in GenCustomAnnotation() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_emitter_test.cpp | 1006 AnnotationData annotation("_ESSlotNumberAnnotation"); variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 673 static bool ShouldPreserveConstantTypeInVariableDeclaration(Type *annotation, Type *init) in ShouldPreserveConstantTypeInVariableDeclaration()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1339 [[maybe_unused]] const char *annotation, in GetAnnotationElementUniqueIndex()
|