Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp25 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()
80 JSTaggedValue JSAPITreeSet::PopFirst(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopFirst()
93 JSTaggedValue JSAPITreeSet::PopLast(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopLast()
/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp137 auto set = region->GetFreeObjectSet(type); in Free() local
155 EnumerateSets([](FreeObjectSet *set) { set->Rebuild(); }); in Rebuild()
165 bool FreeObjectList::MatchFreeObjectInSet(FreeObjectSet *set, size_t size) in MatchFreeObjectInSet()
185 bool FreeObjectList::AddSet(FreeObjectSet *set) in AddSet()
212 void FreeObjectList::RemoveSet(FreeObjectSet *set) in RemoveSet()
243 list->EnumerateTopAndLastSets([this](FreeObjectSet *set, FreeObjectSet *end) { in Merge()
Dregion-inl.h120 auto set = GetOrCreateCrossRegionRememberedSet(); in InsertCrossRegionRSet() local
126 auto set = GetOrCreateCrossRegionRememberedSet(); in AtomicInsertCrossRegionRSet() local
169 auto set = GetOrCreateOldToNewRememberedSet(); in InsertOldToNewRSet() local
175 auto set = GetOrCreateOldToNewRememberedSet(); in ClearOldToNewRSet() local
/arkcompiler/ets_runtime/ecmascript/
Djs_set.cpp23 void JSSet::Add(JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Add()
35 bool JSSet::Delete(const JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue… in Delete()
46 void JSSet::Clear(const JSThread *thread, const JSHandle<JSSet> &set) in Clear()
Djs_set_iterator.cpp53 JSHandle<LinkedHashSet> set(iteratedSet); in Next() local
86 LinkedHashSet *set = LinkedHashSet::Cast(iteratedSet.GetTaggedObject()); in Update() local
Dtagged_tree.cpp575 …edArray> TaggedTreeSet::GetArrayFromSet(const JSThread *thread, const JSHandle<TaggedTreeSet> &set) in GetArrayFromSet()
585 JSTaggedValue TaggedTreeSet::Delete(JSThread *thread, const JSHandle<TaggedTreeSet> &set, int entry) in Delete()
591 JSTaggedValue TaggedTreeSet::GetLowerKey(JSThread *thread, const JSHandle<TaggedTreeSet> &set, in GetLowerKey()
597 JSTaggedValue TaggedTreeSet::GetHigherKey(JSThread *thread, const JSHandle<TaggedTreeSet> &set, in GetHigherKey()
603 int TaggedTreeSet::FindEntry(JSThread *thread, const JSHandle<TaggedTreeSet> &set, const JSHandle<J… in FindEntry()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_set_test.cpp69 JSHandle<JSSet> set = in CreateSet() local
79 JSSet *set = CreateSet(); in HWTEST_F_L0() local
87 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local
98 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local
120 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treeset.cpp49 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(obj); in TreeSetConstructor() local
89 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Add() local
112 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Remove() local
135 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Has() local
159 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetFirstValue() local
180 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetLastValue() local
222 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetLowerValue() local
252 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetHigherValue() local
282 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in PopFirst() local
303 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in PopLast() local
[all …]
Dcontainers_lightweightset.cpp125 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in IsEmpty() local
154 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in GetValueAt() local
186 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in HasAll() local
207 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in Has() local
228 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in HasHash() local
393 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in GetIndexOf() local
415 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in Remove() local
444 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in RemoveAt() local
464 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in Clear() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton16.ts19 protected set 5(k) { } method in Foo
Dtest-class-definiton6.ts19 set 5(k) { } method in Foo
Dtest-class-definiton15.ts18 set 5(k) { } method in Foo
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp46 JSHandle<JSSet> set = JSHandle<JSSet>::Cast(obj); in SetConstructor() local
120 JSHandle<JSSet> set(JSTaggedValue::ToObject(thread, self)); in Add() local
139 JSHandle<JSSet> set(thread, JSSet::Cast(*JSTaggedValue::ToObject(thread, self))); in Clear() local
157 JSHandle<JSSet> set(thread, JSSet::Cast(*JSTaggedValue::ToObject(thread, self))); in Delete() local
192 JSHandle<JSSet> set(self); in ForEach() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_treeset.js27 let set = new fastset(); variable
68 function TestForEach(value, key, set) { argument
Dcontainer_hashset.js27 let set = new fastset(); variable
Dcontainer_lightweightset.js27 let set = new fastset(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp103 JSHandle<JSSet> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local
141 JSHandle<JSSet> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local
204 JSHandle<JSSet> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local
245 JSHandle<JSSet> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local
304 JSHandle<JSTaggedValue> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local
352 JSHandle<JSTaggedValue> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/globalaccessor/
Dglobalaccessor.js33 set() {} method
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h254 constexpr void set(size_t bit) in set() function
258 constexpr void set(size_t bit, bool value) in set() function
262 constexpr Self set() in set() function
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.cpp56 PandaUnorderedSet<Type> set; in SubtypesOf() local
68 PandaUnorderedSet<Type> set; in SubtypesOf() local
80 PandaUnorderedSet<Type> set; in SupertypesOf() local
92 PandaUnorderedSet<Type> set; in SupertypesOf() local
/arkcompiler/runtime_core/verification/util/tests/
Dset_operations_property_test.cpp60 using set = std::set<int>; typedef
86 using set = std::set<int>; typedef
125 using set = std::set<int>; typedef
Dint_set_property_test.cpp78 StdSetT set = *rc::gen::container<StdSetT>(value_gen); in __anon50e355d80202() local
92 StdSetT set = *rc::gen::container<StdSetT>(value_gen); in __anon50e355d80302() local
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js40 let set = new Set(arr); variable
/arkcompiler/runtime_core/verification/util/
Dint_set.h238 SmallRepr(MPandaVector<T> set) : repr_ {set} {}; in SmallRepr()
391 LargeRepr(BitVector set) : repr_ {set} {}; in LargeRepr()
523 IntSet(MPandaVector<T> set) : repr_ {MMakePandaUnique<SmallRepr>(set)} {}; in IntSet()
524 IntSet(BitVector set) : repr_ {MMakePandaUnique<LargeRepr>(set)} {}; in IntSet()
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp37 sigset_t set; in BlockSignals() local

123