Home
last modified time | relevance | path

Searched defs:new_capacity (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/src/
Dcollector.h135 int new_capacity; in Grow() local
159 virtual void NewChunk(int new_capacity) { in NewChunk()
221 virtual void NewChunk(int new_capacity) { in NewChunk()
Dlayout-descriptor.cc78 int new_capacity = field_index + details.field_width_in_words(); in AppendIfFastOrUseFull() local
95 int new_capacity) { in EnsureCapacity()
Didentity-map.cc259 void IdentityMapBase::Resize(int new_capacity) { in Resize()
Dstring-stream.cc45 unsigned new_capacity = capacity_; in Put() local
Dtransitions.cc345 Handle<WeakFixedArray> array, int new_capacity, Isolate* isolate) { in GrowPrototypeTransitionArray()
/external/v8/src/builtins/
Dgrowable-fixed-array-gen.cc76 TNode<IntPtrT> const new_capacity = in NewCapacity() local
84 TNode<IntPtrT> const element_count, TNode<IntPtrT> const new_capacity) { in ResizeFixedArray()
/external/perfetto/include/perfetto/base/
Dcontainer_annotations.h45 new_capacity) \ argument
54 new_capacity) argument
/external/v8/src/zone/
Dzone-list-inl.h57 int new_capacity = 1 + 2 * capacity_; in ResizeAddInternal() local
66 void ZoneList<T>::Resize(int new_capacity, ZoneAllocationPolicy alloc) { in Resize()
/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque.h169 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local
187 void SetCapacity(size_t new_capacity) { in SetCapacity()
/external/libchrome/base/containers/
Dcircular_deque.h585 void reserve(size_type new_capacity) { in reserve()
940 void SetCapacityTo(size_t new_capacity) { in SetCapacityTo()
958 size_t new_capacity = in ExpandCapacityIfNecessary() local
976 size_t new_capacity = in ShrinkCapacityIfNecessary() local
/external/vixl/src/
Dcode-buffer-vixl.cc164 void CodeBuffer::Grow(size_t new_capacity) { in Grow()
/external/mesa3d/src/util/
Dstring_buffer.c34 uint32_t new_capacity = str->capacity * 2; in ensure_capacity() local
/external/perfetto/src/protozero/
Dproto_decoder.cc206 uint32_t new_capacity = capacity_ * 2; in ExpandHeapStorage() local
/external/swiftshader/third_party/subzero/src/
DIceAssembler.cpp117 intptr_t new_capacity = std::min(old_capacity * 2, old_capacity + OneMB); in extendCapacity() local
/external/libchrome/base/
Dpickle.cc336 void Pickle::Resize(size_t new_capacity) { in Resize()
413 size_t new_capacity = capacity_after_header_ * 2; in ClaimUninitializedBytesInternal() local
/external/protobuf/src/google/protobuf/stubs/
Dbytestream.cc122 size_t new_capacity = std::max(capacity_ + amount, (3 * capacity_) / 2); in Expand() local
/external/v8/src/objects/
Dordered-hash-table.cc159 Isolate* isolate, Handle<Derived> table, int new_capacity) { in Rehash()
467 int new_capacity) { in Rehash()
506 int new_capacity = capacity; in Grow() local
/external/libaom/libaom/common/
Dobudec.c197 const size_t new_capacity = capacity + growth_amount; in obudec_grow_buffer() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h519 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1); in push_back() local
562 void Resize(uptr new_capacity) { in Resize()
/external/libtextclassifier/utils/utf8/
Dunicodetext.cc66 void UnicodeText::Repr::reserve(int new_capacity) { in reserve()
/external/libchrome/mojo/core/
Dchannel.cc282 size_t new_capacity = in ExtendPayload() local
/external/flac/libFLAC/
Dbitwriter.c104 unsigned new_capacity; in bitwriter_grow_() local
/external/libaom/libaom/third_party/vector/
Dvector.c498 int _vector_reallocate(Vector *vector, size_t new_capacity) { in _vector_reallocate()
/external/v8/src/parsing/
Dscanner.cc72 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth); in NewCapacity() local
/external/v8/src/heap/
Dspaces.cc2154 size_t new_capacity = in AllocateChunk() local
2174 size_t new_capacity = Max(InitialTotalCapacity(), 2 * Size()); in AllocateChunk() local
2612 bool SemiSpace::GrowTo(size_t new_capacity) { in AllocateChunk()
2654 bool SemiSpace::ShrinkTo(size_t new_capacity) { in AllocateChunk()

12