Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp136 … auto *annotation = allocator->New<panda::pandasm::AnnotationData>(protoAnnotation.recordname()); in Deserialize() local
/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/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp1008 AnnotationData annotation("_ESSlotNumberAnnotation"); variable