Home
last modified time | relevance | path

Searched refs:AddElement (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp141 funcTypeAnnotation.AddElement(std::move(funcTypeAnnotationElement)); in GenFunctionTypeInfo()
179 funcTypeAnnotation.AddElement(std::move(funcSymbolTypeElement)); in GenImportOrDeclareTypeInfo()
/arkcompiler/runtime_core/assembler/
Dmeta.h369 void AddElement(AnnotationElement &&element) in AddElement() function
454 annotation_builder_.AddElement(annotation_element_builder_.CreateAnnotationElement()); in ResetAnnotationElementBuilder()
Dannotation.cpp256 AddElement(std::move(element)); in SetOrAddElementByIndex()
Dannotation.h59 void AddElement(AnnotationElement &&element) in AddElement() function
Dassembly-emitter.cpp1321 anno.AddElement(std::move(ele)); in MakeSlotNumberAnnotation()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h114 newTable->AddElement(thread, newTable->FindInsertIndex(hash), key, value); in Insert()
340 inline void AddElement(const JSThread *thread, int entry, const JSHandle<JSTaggedValue> &key, in AddElement() function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp116 annotation.AddElement(std::move(element)); in SetTypeAnnotationForFunc()
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp33 anno.AddElement(std::move(element)); in Deserialize()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp700 funcAnnotation.AddElement(std::move(typeOfVregElement)); in ParseFunctionTypeInfo()
780 funcAnnotation.AddElement(std::move(exportedSymbolTypesElement)); in ParseFunctionExportedType()
807 funcAnnotation.AddElement(std::move(declaredSymbolTypesElement)); in ParseFunctionDeclaredType()
/arkcompiler/runtime_core/assembler/tests/
Dannotation_test.cpp47 annotationData.AddElement(std::move(anno_element));
Dassembler_emitter_test.cpp1009 annotation.AddElement(std::move(anno_element));