Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 146) sorted by relevance

123456

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_set.cpp22 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/
Dnewtaggedsubarray.js25 let set = {set:undefined}; property
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_GetOrSetAccessor6.ts18 set set(p:string); property
Dtest-class-property-1.ts18 set: number = 0; property in A
Dtest-class-definiton16.ts19 protected set 5(k) { } method in Foo
Dtest-class-definiton6.ts19 set 5(k) { } method in Foo
Dtest_GetOrSetAccessor5.ts19 set<T>():void; method
Dtest-class-definiton15.ts18 set 5(k) { } method in Foo
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp24 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/
Dproxyset.js20 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/
Dregion-inl.h124 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 …]
Dfree_object_list.cpp159 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/
Dset.hpp283 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/
Djs_set_test.cpp43 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/
Dgeneric.ts29 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
Dgeneric.js21 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/
Dcontainers_treeset.cpp47 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/
Djs_set.cpp20 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/
Dbuiltins_shared_set.cpp47 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/
DHashSetTest.js16 const set = new Set(); constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DHashSetTest.ts16 const set = new Set<string>(); constant
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-class-definiton6.ts19 set 5(k) { } method in Foo
Dtest-class-definiton15.ts18 set /* @@ label */5(k) { } method in Foo
Dtest-class-definiton16.ts19 protected set 5(k) { } method in Foo
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DHashSetTest.java24 HashSet<String> set = new HashSet<>(); in main() local

123456