Home
last modified time | relevance | path

Searched defs:new_capacity (Results 1 - 25 of 40) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-collection.c136 const uint32_t new_capacity = collection_p->capacity + ECMA_COLLECTION_GROW_FACTOR; in ecma_collection_push_back() local
157 const uint32_t new_capacity = collection_p->capacity + count; in ecma_collection_reserve() local
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table.cc67 uint32_t new_capacity = old_capacity + kEntriesPerBlock; in Grow() local
/third_party/node/deps/v8/src/builtins/
H A Dgrowable-fixed-array-gen.cc76 const TNode<IntPtrT> new_capacity = in NewCapacity() local
83 ResizeFixedArray( const TNode<IntPtrT> element_count, const TNode<IntPtrT> new_capacity) ResizeFixedArray() argument
/third_party/vixl/src/
H A Dcode-buffer-vixl.cc179 void CodeBuffer::Grow(size_t new_capacity) { in Grow() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.c117 uint32_t new_capacity = MAX2(4, 2 * cs->bo_capacity); in tu_cs_add_bo() local
161 uint32_t new_capacity = MAX2(4, cs->entry_capacity * 2); in tu_cs_reserve_entry() local
/third_party/node/src/
H A Daliased_buffer-inl.h180 void AliasedBufferBase<NativeT, V8T>::reserve(size_t new_capacity) { in reserve() argument
/third_party/node/deps/v8/src/zone/
H A Dzone-list-inl.h58 int new_capacity = 1 + 2 * capacity_; in ResizeAddInternal() local
67 void ZoneList<T>::Resize(int new_capacity, Zone* zone) { in Resize() argument
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.h57 size_t new_capacity = std::max(kMinimumCapacity, 2 * capacity_); in push_back() local
81 size_t new_capacity = std::max(size_, kMinimumCapacity); in shrink_to_fit() local
90 void Resize(size_t new_capacity) { in Resize() argument
H A Didentity-map.cc296 void IdentityMapBase::Resize(int new_capacity) { in Resize() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.cpp117 intptr_t new_capacity = std::min(old_capacity * 2, old_capacity + OneMB); in extendCapacity() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc124 size_t new_capacity = std::max(capacity_ + amount, (3 * capacity_) / 2); in Expand() local
/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h161 size_t new_capacity = in Grow() local
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.cc104 intptr_t new_capacity = std::max(kMinimumCapacity, capacity_ << 1); in EnqueueMicrotask() local
217 intptr_t new_capacity = capacity_; in IterateMicrotasks() local
260 void MicrotaskQueue::ResizeBuffer(intptr_t new_capacity) { in ResizeBuffer() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dswiss-name-dictionary.cc192 int new_capacity = std::max(capacity / 2, kInitialCapacity); in Shrink() local
42 Rehash( IsolateT* isolate, Handle<SwissNameDictionary> table, int new_capacity) Rehash() argument
H A Djs-objects-inl.h906 ShouldConvertToSlowElements(uint32_t used_elements, uint32_t new_capacity) ShouldConvertToSlowElements() argument
914 ShouldConvertToSlowElements(JSObject object, uint32_t capacity, uint32_t index, uint32_t* new_capacity) ShouldConvertToSlowElements() argument
H A Dstring-table.cc65 int new_capacity = ComputeStringTableCapacity(at_least_room_for); in ComputeStringTableCapacityWithShrink() local
601 int new_capacity = -1; in EnsureCapacity() local
H A Dtransitions.cc367 GrowPrototypeTransitionArray( Handle<WeakFixedArray> array, int new_capacity, Isolate* isolate) GrowPrototypeTransitionArray() argument
H A Dordered-hash-table.cc76 int new_capacity; in EnsureGrowable() local
250 Rehash( IsolateT* isolate, Handle<Derived> table, int new_capacity) Rehash() argument
301 Rehash(Isolate* isolate, Handle<OrderedHashSet> table, int new_capacity) Rehash() argument
317 Rehash(Isolate* isolate, Handle<OrderedHashMap> table, int new_capacity) Rehash() argument
324 Rehash( IsolateT* isolate, Handle<OrderedNameDictionary> table, int new_capacity) Rehash() argument
919 Rehash(Isolate* isolate, Handle<Derived> table, int new_capacity) Rehash() argument
956 Rehash( Isolate* isolate, Handle<SmallOrderedHashSet> table, int new_capacity) Rehash() argument
962 Rehash( Isolate* isolate, Handle<SmallOrderedHashMap> table, int new_capacity) Rehash() argument
968 Rehash( Isolate* isolate, Handle<SmallOrderedNameDictionary> table, int new_capacity) Rehash() argument
991 int new_capacity = capacity; Grow() local
[all...]
/third_party/gn/src/base/containers/
H A Dflat_tree.h564 reserve( size_type new_capacity) reserve() argument
H A Dcircular_deque.h939 void SetCapacityTo(size_t new_capacity) { in SetCapacityTo() argument
957 size_t new_capacity = in ExpandCapacityIfNecessary() local
[all...]
/third_party/libuv/src/win/
H A Dcore.c95 int new_capacity, i; in uv__loops_add() local
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc109 void UnicodeText::Repr::reserve(int new_capacity) { in reserve() argument
/third_party/node/deps/uv/src/win/
H A Dcore.c95 int new_capacity, i; in uv__loops_add() local
/third_party/selinux/libsepol/src/
H A Doptimize.c62 unsigned int new_capacity = v->capacity * 2; in type_vec_append() local
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc176 bool SemiSpace::GrowTo(size_t new_capacity) { in GrowTo() argument
220 void SemiSpace::ShrinkTo(size_t new_capacity) { in ShrinkTo() argument
498 size_t new_capacity = std::min( Grow() local
513 size_t new_capacity = std::max(InitialTotalCapacity(), 2 * Size()); Shrink() local
[all...]

Completed in 21 milliseconds

12