| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_create_annotation.cpp | 52 es2panda_AstNode *annotation = impl->CreateAnnotationDeclaration(context, annotationId); in CreateAnnotationDeclaration() local 82 es2panda_AstNode *annotation = CreateAnnotationDeclaration(); in main() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | expression.cpp | 25 if (auto *const annotation = other.TypeAnnotation(); annotation != nullptr) { in AnnotatedExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | asm_test.cpp | 107 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/ |
| D | program.cpp | 78 auto annotation = std::make_shared<Annotation>(this, annoName); in CreateAnnotation() local
|
| D | function.cpp | 324 function.metadata->EnumerateAnnotations([this](pandasm::AnnotationData &annotation) { in UpdateAnnotationReference()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_interop_runtime_interface-inl.h | 142 uint32_t GetAnnotationElementUniqueIndex(ClassPtr klass, const char *annotation, uint32_t index) ov… in GetAnnotationElementUniqueIndex()
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc_method_processor.cpp | 146 for (auto annotation : function_.metadata->GetAnnotations()) { in FillAnnotationData() local
|
| D | program_dump.cpp | 281 for (auto &annotation : function.metadata->GetAnnotations()) { in DumpFunctionAnnotations() local
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | metadata_arkts_inspect_impl.cpp | 536 for (auto &annotation : klass->annotations) { in ArkTSClassEnumerateAnnotations() local 571 for (auto &annotation : function->annotations) { in ArkTSFunctionEnumerateAnnotations() local
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instruction.rb | 38 attr_accessor :type, :annotation, :debug_info accessor in IRInstruction
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | metaProto.cpp | 136 … auto *annotation = allocator->New<panda::pandasm::AnnotationData>(protoAnnotation.recordname()); in Deserialize() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserAnnotations.cpp | 452 auto *annotation = AllocNode<ir::AnnotationUsage>(ident, std::move(properties)); in TryParseAnnotations() local
|
| /arkcompiler/runtime_core/libabckit/scripts/ |
| D | abckit_status.py | 152 def get_test_from_annotation(api, annotation): argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 359 for (auto annotation : annotations_) { in WriteAnnotations() local 711 for (auto annotation : annotations_) { in WriteTaggedData() local 1360 for (auto annotation : annotations_) { in WriteAnnotations() local
|
| D | file_items.h | 550 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/ |
| D | file_items.cpp | 310 for (auto annotation : annotations_) { in WriteAnnotations() local 710 for (auto annotation : annotations_) { in WriteTaggedData() local 1427 for (auto annotation : annotations_) { in WriteAnnotations() local
|
| D | file_items.h | 564 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/ |
| D | assembly-emitter.cpp | 313 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/ |
| D | metadata_layout.h | 252 DataRefOffset32 annotation; member
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 727 auto *annotation = childNode->AsAnnotation(); in ResolveReference() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 570 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/ |
| D | hello_world_test.cpp | 49 std::string annotation = "Anno"; member
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 418 pandasm::AnnotationData annotation(annoName); in CreateAnnotation() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 952 pandasm::AnnotationData annotation(annoDecl->InternalName().Mutf8()); in GenCustomAnnotation() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_emitter_test.cpp | 1006 AnnotationData annotation("_ESSlotNumberAnnotation"); variable
|