Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
Dexpression.cpp24 if (auto *const annotation = other.TypeAnnotation(); annotation != nullptr) { in AnnotatedExpression() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h135 uint32_t GetAnnotationElementUniqueIndex(ClassPtr klass, const char *annotation, uint32_t index) ov… in GetAnnotationElementUniqueIndex()
/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dannotations_emit_test.h140 for (const auto &annotation : found->second.metadata->GetAnnotations()) { in CheckFunctionAnnotations() local
169 const pandasm::AnnotationData &annotation) const in CheckAnnotation()
/arkcompiler/runtime_core/abc2program/
Dabc_method_processor.cpp138 for (auto annotation : function_.metadata->GetAnnotations()) { in FillAnnotationData() local
Dprogram_dump.cpp281 for (auto &annotation : function.metadata->GetAnnotations()) { in DumpFunctionAnnotations() local
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_arkts_inspect_impl.cpp513 for (auto &annotation : klass->annotations) { in ArkTSClassEnumerateAnnotations() local
548 for (auto &annotation : function->annotations) { in ArkTSFunctionEnumerateAnnotations() local
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstruction.rb38 attr_accessor :type, :annotation, :debug_info accessor in IRInstruction
/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp136 … auto *annotation = allocator->New<panda::pandasm::AnnotationData>(protoAnnotation.recordname()); in Deserialize() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.cpp310 for (auto annotation : annotations_) { in WriteAnnotations() local
646 for (auto annotation : annotations_) { in WriteTaggedData() local
1300 for (auto annotation : annotations_) { in WriteAnnotations() local
Dfile_items.h528 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/
Dabckit_status.py152 def get_test_from_annotation(api, annotation): argument
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp359 for (auto annotation : annotations_) { in WriteAnnotations() local
711 for (auto annotation : annotations_) { in WriteTaggedData() local
1360 for (auto annotation : annotations_) { in WriteAnnotations() local
Dfile_items.h550 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/
Dassembly-emitter.cpp312 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/
Dmetadata_layout.h252 DataRefOffset32 annotation; member
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp554 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/
Dbinder.cpp726 auto *annotation = childNode->AsAnnotation(); in ResolveReference() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp403 pandasm::AnnotationData annotation(annoName); in CreateAnnotation() local
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp49 std::string annotation = "Anno"; member
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp844 pandasm::AnnotationData annotation(annoDecl->InternalName().Mutf8()); in GenCustomAnnotation() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp1006 AnnotationData annotation("_ESSlotNumberAnnotation"); variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp673 static bool ShouldPreserveConstantTypeInVariableDeclaration(Type *annotation, Type *init) in ShouldPreserveConstantTypeInVariableDeclaration()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1339 [[maybe_unused]] const char *annotation, in GetAnnotationElementUniqueIndex()