Home
last modified time | relevance | path

Searched defs:GrowCapacity (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp82 JSHandle<TaggedArray> JSAPIStack::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIStack> &… in GrowCapacity() function in panda::ecmascript::JSAPIStack
Djs_api_queue.cpp43 JSHandle<TaggedArray> JSAPIQueue::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIQueue> &… in GrowCapacity() function in panda::ecmascript::JSAPIQueue
Djs_api_deque.cpp99 JSHandle<TaggedArray> JSAPIDeque::GrowCapacity(JSThread *thread, const JSHandle<JSAPIDeque> &deque, in GrowCapacity() function in panda::ecmascript::JSAPIDeque
Djs_api_lightweightmap.cpp399 JSHandle<TaggedArray> JSAPILightWeightMap::GrowCapacity(const JSThread *thread, JSHandle<TaggedArra… in GrowCapacity() function in panda::ecmascript::JSAPILightWeightMap
Djs_api_arraylist.cpp361 JSHandle<TaggedArray> JSAPIArrayList::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIArra… in GrowCapacity() function in panda::ecmascript::JSAPIArrayList
Djs_api_vector.cpp347 void JSAPIVector::GrowCapacity(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t minC… in GrowCapacity() function in panda::ecmascript::JSAPIVector
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp92 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::GrowCapacity(const JSThread *thread, in GrowCapacity() function in panda::ecmascript::LinkedHashTable
Dtagged_tree.cpp400 JSHandle<Derived> TaggedTree<Derived>::GrowCapacity(const JSThread *thread, JSHandle<Derived> &tree) in GrowCapacity() function in panda::ecmascript::TaggedTree
Dtagged_list.cpp62 JSHandle<Derived> TaggedList<Derived>::GrowCapacity(const JSThread *thread, const JSHandle<Derived>… in GrowCapacity() function in panda::ecmascript::TaggedList
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_hash_table_test.cpp158 HWTEST_F_L0(LinkedHashTableTest, GrowCapacity) in HWTEST_F_L0() argument
Djs_api_queue_test.cpp276 HWTEST_F_L0(JSAPIQueueTest, GrowCapacity) in HWTEST_F_L0() argument