Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 13 of 13) 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/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
1290 for (auto annotation : annotations_) { in WriteAnnotations() local
Dfile_items.h522 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
801 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
897 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
1075 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp353 for (auto annotation : annotations_) { in WriteAnnotations() local
691 for (auto annotation : annotations_) { in WriteTaggedData() local
1340 for (auto annotation : annotations_) { in WriteAnnotations() local
Dfile_items.h523 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
803 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
884 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
1051 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp115 AnnotationData annotation(TSTYPE_ANNO_RECORD_NAME); in SetTypeAnnotationForFunc() 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_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()
681 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp1008 AnnotationData annotation("_ESSlotNumberAnnotation"); variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp480 ir::TypeNode const *const annotation) in CheckEtsFunctionType()