Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
Dexpression.cpp24 if (auto *const annotation = other.TypeAnnotation(); annotation != nullptr) { in AnnotatedExpression() local
/arkcompiler/runtime_core/abc2program/
Dabc_method_processor.cpp138 for (auto annotation : function_.metadata->GetAnnotations()) { in FillSlotsNum() local
148 for (auto annotation : function_.metadata->GetAnnotations()) { in FillConcurrentModuleRequests() local
Dprogram_dump.cpp261 for (auto &annotation : function.metadata->GetAnnotations()) { in DumpFunctionAnnotations() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h132 uint32_t GetAnnotationElementUniqueIndex(ClassPtr klass, const char *annotation, uint32_t index) ov… in GetAnnotationElementUniqueIndex()
/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.cpp309 for (auto annotation : annotations_) { in WriteAnnotations() local
645 for (auto annotation : annotations_) { in WriteTaggedData() local
1289 for (auto annotation : annotations_) { in WriteAnnotations() local
Dfile_items.h528 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
833 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
929 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
1107 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp353 for (auto annotation : annotations_) { in WriteAnnotations() local
705 for (auto annotation : annotations_) { in WriteTaggedData() local
1354 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h252 DataRefOffset32 annotation; member
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp484 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local
577 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem()
676 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp320 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local
413 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem()
496 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp526 ir::TypeNode const *const annotation) in CheckEtsFunctionType()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp1006 AnnotationData annotation("_ESSlotNumberAnnotation"); variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1318 [[maybe_unused]] const char *annotation, in GetAnnotationElementUniqueIndex()