Home
last modified time | relevance | path

Searched defs:Shrink (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp124 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Shrink(const JSThread *thread, const JSHand… in Shrink() function in panda::ecmascript::LinkedHashTable
196 JSHandle<LinkedHashMap> LinkedHashMap::Shrink(const JSThread *thread, const JSHandle<LinkedHashMap>… in Shrink() function in panda::ecmascript::LinkedHashMap
250 JSHandle<LinkedHashSet> LinkedHashSet::Shrink(const JSThread *thread, const JSHandle<LinkedHashSet>… in Shrink() function in panda::ecmascript::LinkedHashSet
Dtransitions_dictionary.h90 inline static JSHandle<TransitionsDictionary> Shrink(const JSThread *thread, in Shrink() function
Dtagged_hash_table.h157 …inline static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table, int… in Shrink() function
407 static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table) in Shrink() function
Dtagged_tree.cpp526 JSHandle<Derived> TaggedTree<Derived>::Shrink(const JSThread *thread, const JSHandle<Derived> &tree) in Shrink() function in panda::ecmascript::TaggedTree
/arkcompiler/ets_runtime/ecmascript/tests/
Dtransitions_dictionary_test.cpp97 HWTEST_F_L0(TransitionsDictionaryTest, Shrink) in HWTEST_F_L0() argument