| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_set.cpp | 22 void JSSharedSet::Add(JSThread *thread, const JSHandle<JSSharedSet> &set, const JSHandle<JSTaggedVa… in Add() 38 bool JSSharedSet::Delete(JSThread *thread, const JSHandle<JSSharedSet> &set, const JSHandle<JSTagge… in Delete() 52 void JSSharedSet::Clear(JSThread *thread, const JSHandle<JSSharedSet> &set) in Clear() 62 bool JSSharedSet::Has(JSThread *thread, const JSHandle<JSSharedSet> &set, JSTaggedValue value) in Has() 69 uint32_t JSSharedSet::GetSize(JSThread *thread, const JSHandle<JSSharedSet> &set) in GetSize() 76 JSTaggedValue JSSharedSet::GetValue(JSThread *thread, const JSHandle<JSSharedSet> &set, int entry) in GetValue()
|
| /arkcompiler/ets_runtime/test/moduletest/newtaggedsubarray/ |
| D | newtaggedsubarray.js | 25 let set = {set:undefined}; property
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_GetOrSetAccessor6.ts | 18 set set(p:string); property
|
| D | test-class-property-1.ts | 18 set: number = 0; property in A
|
| D | test-class-definiton16.ts | 19 protected set 5(k) { } method in Foo
|
| D | test-class-definiton6.ts | 19 set 5(k) { } method in Foo
|
| D | test_GetOrSetAccessor5.ts | 19 set<T>():void; method
|
| D | test-class-definiton15.ts | 18 set 5(k) { } method in Foo
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_set.cpp | 24 void JSAPITreeSet::Add(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTagged… in Add() 53 bool JSAPITreeSet::Delete(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTag… in Delete() 67 bool JSAPITreeSet::Has(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTagged… in Has() 73 void JSAPITreeSet::Clear(const JSThread *thread, const JSHandle<JSAPITreeSet> &set) in Clear() 88 JSTaggedValue JSAPITreeSet::PopFirst(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopFirst() 101 JSTaggedValue JSAPITreeSet::PopLast(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopLast()
|
| /arkcompiler/ets_runtime/test/moduletest/proxyset/ |
| D | proxyset.js | 20 set(target, prop, value) { method 52 set(target, prop, value) { method 85 set(target, prop, value) { method 107 set(target, prop, value) { method 129 set(target, prop, value) { method 151 set(target, prop, value) { method 173 set(target, prop, value) { method 194 set(target, prop, value) { method
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | region-inl.h | 124 inline void Region::MergeLocalToShareRSetForCM(RememberedSet *set) in MergeLocalToShareRSetForCM() 180 auto set = packedData_.oldToNewSet_; in TestOldToNew() local 214 auto set = GetOrCreateCrossRegionRememberedSet(); in InsertCrossRegionRSet() local 220 auto set = GetOrCreateCrossRegionRememberedSet(); in AtomicInsertCrossRegionRSet() local 231 RememberedSet *set = packedData_.localToShareSet_; in CollectLocalToShareRSet() local 241 auto set = GetOrCreateLocalToShareRememberedSet(); in InsertLocalToShareRSet() local 253 auto set = GetOrCreateLocalToShareRememberedSet(); in AtomicInsertLocalToShareRSet() local 341 auto set = GetOrCreateOldToNewRememberedSet(); in InsertOldToNewRSet() local 347 auto set = GetOrCreateOldToNewRememberedSet(); in ClearOldToNewRSet() local 453 auto set = region_.GetOrCreateLocalToShareRememberedSet(); in Consume() local [all …]
|
| D | free_object_list.cpp | 159 auto set = region->GetFreeObjectSet(type); in Free() local 198 auto set = region->GetFreeObjectSet(type); in Free() local 217 EnumerateSets([](FreeObjectSet<T> *set) { set->Rebuild(); }); in Rebuild() 230 bool FreeObjectList<T>::MatchFreeObjectInSet(FreeObjectSet<T> *set, size_t size) in MatchFreeObjectInSet() 252 bool FreeObjectList<T>::AddSet(FreeObjectSet<T> *set) in AddSet() 282 void FreeObjectList<T>::RemoveSet(FreeObjectSet<T> *set) in RemoveSet() 315 list->EnumerateTopAndLastSets([this](FreeObjectSet<T> *set, FreeObjectSet<T> *end) { in Merge()
|
| /arkcompiler/runtime_core/taihe/runtime/include/taihe/ |
| D | set.hpp | 283 struct set : set_view<K> { struct 288 …explicit set(std::size_t cap = 16) : set(reinterpret_cast<handle_t *>(calloc(1, sizeof(handle_t)))) in set() argument 297 set(set<K> &&other) noexcept : set(other.m_handle) in set() argument 302 set(set<K> const &other) : set(other.m_handle) in set() function 309 set(set_view<K> const &other) : set(other.m_handle) in set() argument 316 set &operator=(set other) in operator =() 322 ~set() in ~set() 332 explicit set(handle_t *handle) : set_view<K>(handle) {} in set() function 352 struct std::hash<taihe::set<K>> {
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_set_test.cpp | 43 JSHandle<JSSet> set = in CreateSet() local 53 JSSet *set = CreateSet(); in HWTEST_F_L0() local 61 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local 72 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local 94 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ts_to_ets/ |
| D | generic.ts | 29 set(arg: T): void { method in LiteralClass 45 set(arg: T): void { method in UnionClass 65 set(arg: T): void { method in InterfaceClass 81 set(arg: T): void { method in GAbstract
|
| D | generic.js | 21 set(arg) { method in LiteralClass 32 set(arg) { method in UnionClass 43 set(arg) { method in InterfaceClass 54 set(arg) { method in GAbstract
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.cpp | 47 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(obj); in TreeSetConstructor() local 88 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Add() local 111 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Remove() local 134 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Has() local 158 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetFirstValue() local 179 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetLastValue() local 221 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetLowerValue() local 244 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetHigherValue() local 267 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in PopFirst() local 288 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in PopLast() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_set.cpp | 20 void JSSet::Add(JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Add() 32 bool JSSet::Delete(const JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue… in Delete() 43 void JSSet::Clear(const JSThread *thread, const JSHandle<JSSet> &set) in Clear()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_set.cpp | 47 JSHandle<JSSharedSet> set = JSHandle<JSSharedSet>::Cast(obj); in Constructor() local 119 JSHandle<JSSharedSet> set(self); in Add() local 136 JSHandle<JSSharedSet> set(self); in Clear() local 153 JSHandle<JSSharedSet> set(self); in Delete() local 171 JSHandle<JSSharedSet> set(self); in Has() local 191 JSHandle<JSSharedSet> set(self); in ForEach() local 232 JSHandle<JSSharedSet> set(self); in GetSize() local
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | HashSetTest.js | 16 const set = new Set(); constant
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | HashSetTest.ts | 16 const set = new Set<string>(); constant
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/ |
| D | test-class-definiton6.ts | 19 set 5(k) { } method in Foo
|
| D | test-class-definiton15.ts | 18 set /* @@ label */5(k) { } method in Foo
|
| D | test-class-definiton16.ts | 19 protected set 5(k) { } method in Foo
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
| D | HashSetTest.java | 24 HashSet<String> set = new HashSet<>(); in main() local
|