Home
last modified time | relevance | path

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

/external/vixl/src/vixl/
Dcode-buffer.cc98 void CodeBuffer::Grow(size_t new_capacity) { in Grow()
/external/marisa-trie/lib/marisa/
Dvector-inline.h162 std::size_t new_capacity = capacity; in reserve() local
198 void Vector<T>::realloc(std::size_t new_capacity) { in realloc()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dvector-inline.h162 std::size_t new_capacity = capacity; in reserve() local
198 void Vector<T>::realloc(std::size_t new_capacity) { in realloc()
/external/v8/src/
Dlist-inl.h56 int new_capacity = 1 + 2 * capacity_; in ResizeAddInternal() local
66 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize()
Dostreams.cc145 size_t new_capacity = // Handle possible overflow by not doubling. in reserve() local
Dunique.h333 int new_capacity = 2 * capacity_ + size; in Grow() local
Dstring-stream.cc28 unsigned new_capacity = capacity_; in Put() local
Dscanner.h259 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth); in NewCapacity() local
Disolate.cc386 int new_capacity = JSObject::NewElementsCapacity(elements->length()); in CaptureSimpleStackTrace() local
1662 int new_capacity = static_cast<int>((capacity + 10) * 1.2); in PushToPartialSnapshotCache() local
Delements.cc911 uint32_t new_capacity = length > min ? length : min; in SetLengthWithoutNormalize() local
Dobjects.cc11959 uint32_t new_capacity = capacity; in SetFastElement() local
12265 int new_capacity = NewElementsCapacity(index+1); in SetFastDoubleElement() local
12945 uint32_t new_capacity = NewElementsCapacity(index + 1); in WouldConvertToSlowElements() local
12953 bool JSObject::ShouldConvertToSlowElements(int new_capacity) { in ShouldConvertToSlowElements()
15473 Handle<Derived> table, int new_capacity) { in Rehash()
Dhydrogen.cc1330 HValue* new_capacity = BuildNewElementsCapacity(key); in BuildCheckForCapacityGrow() local
2735 HValue* new_capacity = AddUncasted<HAdd>(half_old_capacity, old_capacity); in BuildNewElementsCapacity() local
2752 HValue* new_capacity) { in BuildGrowElementsCapacity()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h457 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1); in push_back() local
487 void Resize(uptr new_capacity) { in Resize()
/external/v8/src/heap/
Dspaces.cc1263 int new_capacity = in Grow() local
1282 int new_capacity = Max(InitialTotalCapacity(), 2 * SizeAsInt()); in Shrink() local
1537 bool SemiSpace::GrowTo(int new_capacity) { in GrowTo()
1572 bool SemiSpace::ShrinkTo(int new_capacity) { in ShrinkTo()
1656 void SemiSpace::SetCapacity(int new_capacity) { in SetCapacity()
/external/flac/libFLAC/
Dbitwriter.c87 unsigned new_capacity; in bitwriter_grow_() local
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp267 const int32 new_capacity = in AddCue() local
2740 const int32 new_capacity = in MakeNewCluster() local
2930 const int32 new_capacity = (!frames_capacity_) ? 2 : frames_capacity_ * 2; in QueueFrame() local
/external/v8/test/cctest/
Dtest-heap.cc1714 intptr_t old_capacity, new_capacity; in TEST() local
1764 intptr_t old_capacity, new_capacity; in TEST() local