Searched defs:Shrink (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.cpp | 124 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
|
| D | transitions_dictionary.h | 90 inline static JSHandle<TransitionsDictionary> Shrink(const JSThread *thread, in Shrink() function
|
| D | tagged_hash_table.h | 157 …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
|
| D | tagged_tree.cpp | 526 JSHandle<Derived> TaggedTree<Derived>::Shrink(const JSThread *thread, const JSHandle<Derived> &tree) in Shrink() function in panda::ecmascript::TaggedTree
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | transitions_dictionary_test.cpp | 97 HWTEST_F_L0(TransitionsDictionaryTest, Shrink) in HWTEST_F_L0() argument
|