/arkcompiler/runtime_core/libpandabase/tests/ |
D | ring_buffer_test.cpp | 53 for (const auto &element : buffer) { in TEST() local 69 for (const auto &element : buffer) { in TEST() local 122 for (const auto &element : buffer) { in TEST() local
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | annotationProto.cpp | 22 for (const auto &element : anno.GetElements()) { in Serialize() local 32 …panda::pandasm::AnnotationElement &element = AnnotationElement::Deserialize(protoElement, allocato… in Deserialize() local 37 void AnnotationElement::Serialize(const panda::pandasm::AnnotationElement &element, in Serialize() 57 auto *element = allocator->New<panda::pandasm::AnnotationElement>(protoElement.name(), in Deserialize() local 62 auto *element = allocator->New<panda::pandasm::AnnotationElement>(protoElement.name(), in Deserialize() local
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | assignmentGenericLookupTypeNarrowing.ts | 36 const element = foo(mappedObject[key]); constant
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | destructuring.cpp | 83 for (const auto *element : array->Elements()) { in GenArray() local 127 const ir::Expression *element, VReg value) in GenObjectProperty() 181 auto *element = properties[0]; in GenObjectWithRest() local 192 for (const auto *element : properties) { in GenObjectWithRest() local 238 for (const auto *element : properties) { in GenObject() local
|
D | literals.cpp | 45 for (const auto *element : templateLit->Quasis()) { in GetTemplateObject() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_list.cpp | 144 int TaggedList<Derived>::FindIndexByElement(const JSTaggedValue &element) in FindIndexByElement() 162 int TaggedList<Derived>::FindLastIndexByElement(const JSTaggedValue &element) in FindLastIndexByElement() 246 int TaggedList<Derived>::FindPrevNodeByValue(const JSTaggedValue &element) in FindPrevNodeByValue() 340 bool TaggedSingleList::Has(const JSTaggedValue &element) in Has() 361 int TaggedSingleList::GetIndexOf(const JSTaggedValue &element) in GetIndexOf() 366 int TaggedSingleList::GetLastIndexOf(const JSTaggedValue &element) in GetLastIndexOf() 521 JSTaggedValue TaggedSingleList::Remove(JSThread *thread, const JSTaggedValue &element) in Remove() 584 bool TaggedDoubleList::Has(const JSTaggedValue &element) in Has() 623 int TaggedDoubleList::GetIndexOf(const JSTaggedValue &element) in GetIndexOf() 628 int TaggedDoubleList::GetLastIndexOf(const JSTaggedValue &element) in GetLastIndexOf() [all …]
|
D | template_string.cpp | 33 int32_t element = templateMap->FindEntry(rawStringsTag.GetTaggedValue()); in GetTemplateObject() local
|
D | tagged_list.h | 78 inline void SetElement(const JSThread *thread, int index, const JSTaggedValue &element) in SetElement()
|
D | linked_hash_table.h | 93 JSTaggedValue element = GetKey(entry.GetInt()); in FindElement() local 256 inline void SetElement(const JSThread *thread, int index, JSTaggedValue element) in SetElement()
|
D | js_stable_array.cpp | 149 auto element = JSTaggedValue::Hole(); in Splice() local 170 auto element = srcElementsHandle->Get(idx + actualDeleteCount - 1); in Splice() local 260 JSTaggedValue element = JSTaggedValue::Undefined(); in Join() local 798 auto element = base::BuiltinsBase::GetCallArg(argv, pos); in ToSpliced() local
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | dumper.cpp | 32 std::visit([](auto&& element) { in DumpLiterals()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_linked_list.cpp | 107 JSTaggedValue JSAPILinkedList::Remove(JSThread *thread, const JSTaggedValue &element) in Remove() 118 const JSTaggedValue &element) in RemoveFirstFound() 130 const JSTaggedValue &element) in RemoveLastFound() 191 bool JSAPILinkedList::Has(const JSTaggedValue &element) in Has() 207 JSTaggedValue JSAPILinkedList::GetIndexOf(const JSTaggedValue &element) in GetIndexOf() 213 JSTaggedValue JSAPILinkedList::GetLastIndexOf(const JSTaggedValue &element) in GetLastIndexOf()
|
D | js_api_list.cpp | 90 bool JSAPIList::Has(const JSTaggedValue &element) in Has() 111 JSTaggedValue JSAPIList::GetIndexOf(const JSTaggedValue &element) in GetIndexOf() 117 JSTaggedValue JSAPIList::GetLastIndexOf(const JSTaggedValue &element) in GetLastIndexOf() 146 JSTaggedValue JSAPIList::Remove(JSThread *thread, const JSTaggedValue &element) in Remove()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_linked_list.cpp | 255 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in Has() local 305 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetIndexOf() local 326 JSHandle<JSTaggedValue> element(GetCallArg(argv, 0)); in GetLastIndexOf() local 378 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in Remove() local 421 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in RemoveFirstFound() local 467 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in RemoveLastFound() local 491 JSHandle<JSTaggedValue> element = GetCallArg(argv, 1); in Set() local
|
D | containers_vector.cpp | 216 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetIndexOf() local 238 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetIndexFrom() local 306 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetLastIndexOf() local 328 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetLastIndexFrom() local 357 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in Remove() local 432 JSHandle<JSTaggedValue> element = GetCallArg(argv, 1); in Set() local
|
D | containers_list.cpp | 166 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in Has() local 236 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetIndexOf() local 257 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetLastIndexOf() local 278 JSHandle<JSTaggedValue> element = GetCallArg(argv, 1); in Set() local 414 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in Remove() local
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | taggedTemplateExpression.cpp | 70 for (const auto *element : quasi_->Expressions()) { in Compile() local
|
D | templateLiteral.cpp | 66 const ir::Expression *element = *expressionIt; in Compile() local
|
/arkcompiler/runtime_core/assembler/ |
D | annotation.cpp | 251 void AnnotationData::SetOrAddElementByIndex(size_t ele_idx, AnnotationElement &&element) in SetOrAddElementByIndex()
|
D | meta.h | 211 …void SetOrAddAnnotationElementByIndex(size_t anno_idx, size_t ele_idx, AnnotationElement &&element) in SetOrAddAnnotationElementByIndex() 369 void AddElement(AnnotationElement &&element) in AddElement()
|
D | annotation.h | 59 void AddElement(AnnotationElement &&element) in AddElement()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | mmap_mem_pool-inl.h | 34 auto element = free_pools_.lower_bound(size); in PopFreePool() local 433 auto element = non_object_mmaped_pools_.find(pool_addr); in RemoveFromNonObjectPoolsMap() local 440 auto element = non_object_mmaped_pools_.lower_bound(addr); in FindAddrInNonObjectPoolsMap() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | type_converter.cpp | 87 std::ostream &operator<<(std::ostream &os, const ValueUnit &element) in operator <<()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | array_helper.cpp | 173 JSMutableHandle<JSTaggedValue> element(thread, JSTaggedValue::Undefined()); in FlattenIntoArray() local
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | bcopt_type_adaption_test.cpp | 113 AnnotationElement element(TSTYPE_ANNO_ELEMENT_NAME, std::make_unique<ScalarValue>( in SetTypeAnnotationForFunc() local
|