| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | expression.cpp | 24 if (auto *const annotation = other.TypeAnnotation(); annotation != nullptr) { in AnnotatedExpression() local
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc_method_processor.cpp | 138 for (auto annotation : function_.metadata->GetAnnotations()) { in FillSlotsNum() local 148 for (auto annotation : function_.metadata->GetAnnotations()) { in FillConcurrentModuleRequests() local
|
| D | program_dump.cpp | 261 for (auto &annotation : function.metadata->GetAnnotations()) { in DumpFunctionAnnotations() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_interop_runtime_interface-inl.h | 132 uint32_t GetAnnotationElementUniqueIndex(ClassPtr klass, const char *annotation, uint32_t index) ov… in GetAnnotationElementUniqueIndex()
|
| /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/runtime_core/static_core/libpandafile/ |
| D | file_items.cpp | 309 for (auto annotation : annotations_) { in WriteAnnotations() local 645 for (auto annotation : annotations_) { in WriteTaggedData() local 1289 for (auto annotation : annotations_) { in WriteAnnotations() local
|
| D | file_items.h | 528 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/ |
| D | file_items.cpp | 353 for (auto annotation : annotations_) { in WriteAnnotations() local 705 for (auto annotation : annotations_) { in WriteTaggedData() local 1354 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | metadata_layout.h | 252 DataRefOffset32 annotation; member
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 484 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/ |
| D | assembly-emitter.cpp | 320 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/ |
| D | typeCheckingHelpers.cpp | 526 ir::TypeNode const *const annotation) in CheckEtsFunctionType()
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_emitter_test.cpp | 1006 AnnotationData annotation("_ESSlotNumberAnnotation"); variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1318 [[maybe_unused]] const char *annotation, in GetAnnotationElementUniqueIndex()
|