Home
last modified time | relevance | path

Searched refs:GetAnnotations (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp123 for (const auto &anno : meta.GetAnnotations()) { in Serialize()
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.cpp190 WriteMetaData(iter->second.metadata->GetAnnotations()); in Dump()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp383 …panda_file::DeduplicateAnnotations(class_item->GetAnnotations(), &annotation_deduper, &value_dedup… in DeduplicateAnnotations()
392 …panda_file::DeduplicateAnnotations(method_item->GetAnnotations(), &annotation_deduper, &value_dedu… in DeduplicateAnnotations()
403 …panda_file::DeduplicateAnnotations(field_item->GetAnnotations(), &annotation_deduper, &value_dedup… in DeduplicateAnnotations()
Dfile_items.h552 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function
828 const std::vector<AnnotationItem *> &GetAnnotations() const in GetAnnotations() function
950 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function
1127 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function
Dfile_items.cpp447 annotations_.push_back(param.GetAnnotations()); in ParamAnnotationsItem()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp113 const auto &annos = function.metadata->GetAnnotations(); in ExtractTypeInfo()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp38 const auto &annos = fun.metadata->GetAnnotations(); in ExtractTypeinfo()
/arkcompiler/runtime_core/assembler/
Dmeta.h195 const std::vector<AnnotationData> &GetAnnotations() const in GetAnnotations() function
Dassembly-emitter.cpp496 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations()
1313 for (const auto &an : func.metadata->GetAnnotations()) { in MakeSlotNumberAnnotation()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp701 …const_cast<std::vector<panda::pandasm::AnnotationData>&>(pandaFunc.metadata->GetAnnotations()).pus… in ParseFunctionTypeInfo()
783 pandaFunc.metadata->GetAnnotations()).push_back(std::move(funcAnnotation)); in ParseFunctionExportedType()
809 …const_cast<std::vector<panda::pandasm::AnnotationData>&>(pandaFunc.metadata->GetAnnotations()).pus… in ParseFunctionDeclaredType()