Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_annotation.cpp52 es2panda_AstNode *annotation = impl->CreateAnnotationDeclaration(context, annotationId); in CreateAnnotationDeclaration() local
82 es2panda_AstNode *annotation = CreateAnnotationDeclaration(); in main() local
/arkcompiler/ets_frontend/ets2panda/ir/
Dexpression.cpp25 if (auto *const annotation = other.TypeAnnotation(); annotation != nullptr) { in AnnotatedExpression() local
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dasm_test.cpp107 const ark::pandasm::AnnotationData &annotation) in CheckAnnotation()
129 [&expected](const ark::pandasm::AnnotationData &annotation) { in CheckRecordAnnotations()
149 …::find_if(annotations.begin(), annotations.end(), [](const ark::pandasm::AnnotationData &annotatio… in CheckModuleAnnotation()
198 [&expected](const ark::pandasm::AnnotationData &annotation) { in CheckFunctionAnnotations()
230 [&expected](const ark::pandasm::AnnotationData &annotation) { in CheckFunctionParameterAnnotations()
265 [&expected](const ark::pandasm::AnnotationData &annotation) { in CheckClassFieldAnnotations()
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dprogram.cpp78 auto annotation = std::make_shared<Annotation>(this, annoName); in CreateAnnotation() local
Dfunction.cpp324 function.metadata->EnumerateAnnotations([this](pandasm::AnnotationData &annotation) { in UpdateAnnotationReference()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h142 uint32_t GetAnnotationElementUniqueIndex(ClassPtr klass, const char *annotation, uint32_t index) ov… in GetAnnotationElementUniqueIndex()
/arkcompiler/runtime_core/abc2program/
Dabc_method_processor.cpp146 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.cpp536 for (auto &annotation : klass->annotations) { in ArkTSClassEnumerateAnnotations() local
571 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/ets_frontend/ets2panda/parser/
DETSparserAnnotations.cpp452 auto *annotation = AllocNode<ir::AnnotationUsage>(ident, std::move(properties)); in TryParseAnnotations() local
/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/static_core/libpandafile/
Dfile_items.cpp310 for (auto annotation : annotations_) { in WriteAnnotations() local
710 for (auto annotation : annotations_) { in WriteTaggedData() local
1427 for (auto annotation : annotations_) { in WriteAnnotations() local
Dfile_items.h564 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
879 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
975 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
1155 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp313 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local
406 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem()
492 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/ets_frontend/es2panda/binder/
Dbinder.cpp727 auto *annotation = childNode->AsAnnotation(); in ResolveReference() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp570 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local
683 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem()
785 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp49 std::string annotation = "Anno"; member
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp418 pandasm::AnnotationData annotation(annoName); in CreateAnnotation() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp952 pandasm::AnnotationData annotation(annoDecl->InternalName().Mutf8()); in GenCustomAnnotation() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp1006 AnnotationData annotation("_ESSlotNumberAnnotation"); variable

12