Home
last modified time | relevance | path

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

/external/v8/src/
Dlist-inl.h77 int new_capacity = 1 + 2 * capacity_; in ResizeAddInternal() local
87 void List<T, P>::Resize(int new_capacity) { in Resize()
Dutils.h628 int new_capacity; in Grow() local
652 virtual void NewChunk(int new_capacity) { in NewChunk()
715 virtual void NewChunk(int new_capacity) { in NewChunk()
Dspaces.cc1099 int new_capacity = Min(MaximumCapacity(), 2 * static_cast<int>(Capacity())); in Grow() local
1117 int new_capacity = Max(InitialCapacity(), 2 * SizeAsInt()); in Shrink() local
1351 bool SemiSpace::GrowTo(int new_capacity) { in GrowTo()
1389 bool SemiSpace::ShrinkTo(int new_capacity) { in ShrinkTo()
Dscanner.h231 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth); in NewCapacity() local
Dstring-stream.cc60 unsigned new_capacity = capacity_; in Put() local
Delements.cc663 uint32_t new_capacity = length > min ? length : min; in SetLengthWithoutNormalize() local
Dobjects.cc9147 uint32_t new_capacity = capacity; in SetFastElement() local
9427 int new_capacity = NewElementsCapacity(index+1); in SetFastDoubleElement() local
9865 bool JSObject::ShouldConvertToSlowElements(int new_capacity) { in ShouldConvertToSlowElements()
Druntime.cc12961 int new_capacity = JSObject::NewElementsCapacity(elements->length()); in RUNTIME_FUNCTION() local
/external/chromium/net/spdy/
Dspdy_frame_builder.cc164 bool SpdyFrameBuilder::Resize(size_t new_capacity) { in Resize()
/external/chromium/base/
Dpickle.cc403 bool Pickle::Resize(size_t new_capacity) { in Resize()
/external/protobuf/gtest/src/
Dgtest-internal-inl.h451 void Reserve(int new_capacity) { in Reserve()
468 const int new_capacity = 3*(capacity_/2 + 1); in GrowIfNeeded() local
/external/flac/libFLAC/
Dbitwriter.c122 unsigned new_capacity; in bitwriter_grow_() local
/external/v8/test/cctest/
Dtest-heap.cc1279 intptr_t old_capacity, new_capacity; in TEST() local
1320 intptr_t old_capacity, new_capacity; in TEST() local