| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_stack.cpp | 81 JSHandle<TaggedArray> JSAPIStack::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIStack> &… in GrowCapacity() function in panda::ecmascript::JSAPIStack
|
| D | js_api_queue.cpp | 38 JSHandle<TaggedArray> JSAPIQueue::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIQueue> &… in GrowCapacity() function in panda::ecmascript::JSAPIQueue
|
| D | js_api_deque.cpp | 93 JSHandle<TaggedArray> JSAPIDeque::GrowCapacity(JSThread *thread, const JSHandle<JSAPIDeque> &deque, in GrowCapacity() function in panda::ecmascript::JSAPIDeque
|
| 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
|
| D | js_api_arraylist.cpp | 376 JSHandle<TaggedArray> JSAPIArrayList::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIArra… in GrowCapacity() function in panda::ecmascript::JSAPIArrayList
|
| D | js_api_lightweightmap.cpp | 407 JSHandle<TaggedArray> JSAPILightWeightMap::GrowCapacity(const JSThread *thread, JSHandle<TaggedArra… in GrowCapacity() function in panda::ecmascript::JSAPILightWeightMap
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_queue_test.cpp | 217 HWTEST_F_L0(JSAPIQueueTest, GrowCapacity) in HWTEST_F_L0() argument
|
| D | linked_hash_table_test.cpp | 134 HWTEST_F_L0(LinkedHashTableTest, GrowCapacity) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.cpp | 97 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::GrowCapacity(const JSThread *thread, in GrowCapacity() function in panda::ecmascript::LinkedHashTable
|
| D | tagged_tree.cpp | 465 JSHandle<Derived> TaggedTree<Derived>::GrowCapacity(const JSThread *thread, JSHandle<Derived> &tree) in GrowCapacity() function in panda::ecmascript::TaggedTree
|
| D | tagged_list.cpp | 86 JSHandle<Derived> TaggedList<Derived>::GrowCapacity(const JSThread *thread, const JSHandle<Derived>… in GrowCapacity() function in panda::ecmascript::TaggedList
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.cpp | 115 GateRef LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::GrowCapacity( in GrowCapacity() function in panda::ecmascript::kungfu::LinkedHashTableStubBuilder
|