| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-helpers-collection.c | 136 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 D | external-pointer-table.cc | 67 uint32_t new_capacity = old_capacity + kEntriesPerBlock; in Grow() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | growable-fixed-array-gen.cc | 76 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 D | code-buffer-vixl.cc | 179 void CodeBuffer::Grow(size_t new_capacity) { in Grow() argument
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cs.c | 117 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 D | aliased_buffer-inl.h | 180 void AliasedBufferBase<NativeT, V8T>::reserve(size_t new_capacity) { in reserve() argument
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-list-inl.h | 58 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 D | detachable-vector.h | 57 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 D | identity-map.cc | 296 void IdentityMapBase::Resize(int new_capacity) { in Resize() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssembler.cpp | 117 intptr_t new_capacity = std::min(old_capacity * 2, old_capacity + OneMB); in extendCapacity() local
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | bytestream.cc | 124 size_t new_capacity = std::max(capacity_ + amount, (3 * capacity_) / 2); in Expand() local
|
| /third_party/node/deps/v8/src/base/ |
| H A D | small-vector.h | 161 size_t new_capacity = in Grow() local
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | microtask-queue.cc | 104 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 D | swiss-name-dictionary.cc | 192 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 D | js-objects-inl.h | 906 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 D | string-table.cc | 65 int new_capacity = ComputeStringTableCapacity(at_least_room_for); in ComputeStringTableCapacityWithShrink() local 601 int new_capacity = -1; in EnsureCapacity() local
|
| H A D | transitions.cc | 367 GrowPrototypeTransitionArray( Handle<WeakFixedArray> array, int new_capacity, Isolate* isolate) GrowPrototypeTransitionArray() argument
|
| H A D | ordered-hash-table.cc | 76 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 D | flat_tree.h | 564 reserve( size_type new_capacity) reserve() argument
|
| H A D | circular_deque.h | 939 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 D | core.c | 95 int new_capacity, i; in uv__loops_add() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
| H A D | unicodetext.cc | 109 void UnicodeText::Repr::reserve(int new_capacity) { in reserve() argument
|
| /third_party/node/deps/uv/src/win/ |
| H A D | core.c | 95 int new_capacity, i; in uv__loops_add() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | optimize.c | 62 unsigned int new_capacity = v->capacity * 2; in type_vec_append() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | new-spaces.cc | 176 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...] |