Searched defs:GrowCapacity (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_stack.cpp | 82 JSHandle<TaggedArray> JSAPIStack::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIStack> &… in GrowCapacity() function in panda::ecmascript::JSAPIStack
|
| D | js_api_queue.cpp | 43 JSHandle<TaggedArray> JSAPIQueue::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIQueue> &… in GrowCapacity() function in panda::ecmascript::JSAPIQueue
|
| D | js_api_deque.cpp | 99 JSHandle<TaggedArray> JSAPIDeque::GrowCapacity(JSThread *thread, const JSHandle<JSAPIDeque> &deque, in GrowCapacity() function in panda::ecmascript::JSAPIDeque
|
| D | js_api_lightweightmap.cpp | 399 JSHandle<TaggedArray> JSAPILightWeightMap::GrowCapacity(const JSThread *thread, JSHandle<TaggedArra… in GrowCapacity() function in panda::ecmascript::JSAPILightWeightMap
|
| D | js_api_arraylist.cpp | 361 JSHandle<TaggedArray> JSAPIArrayList::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIArra… in GrowCapacity() function in panda::ecmascript::JSAPIArrayList
|
| D | js_api_vector.cpp | 347 void JSAPIVector::GrowCapacity(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t minC… in GrowCapacity() function in panda::ecmascript::JSAPIVector
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.cpp | 92 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::GrowCapacity(const JSThread *thread, in GrowCapacity() function in panda::ecmascript::LinkedHashTable
|
| D | tagged_tree.cpp | 400 JSHandle<Derived> TaggedTree<Derived>::GrowCapacity(const JSThread *thread, JSHandle<Derived> &tree) in GrowCapacity() function in panda::ecmascript::TaggedTree
|
| D | tagged_list.cpp | 62 JSHandle<Derived> TaggedList<Derived>::GrowCapacity(const JSThread *thread, const JSHandle<Derived>… in GrowCapacity() function in panda::ecmascript::TaggedList
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | linked_hash_table_test.cpp | 158 HWTEST_F_L0(LinkedHashTableTest, GrowCapacity) in HWTEST_F_L0() argument
|
| D | js_api_queue_test.cpp | 276 HWTEST_F_L0(JSAPIQueueTest, GrowCapacity) in HWTEST_F_L0() argument
|