| /external/v8/src/ |
| D | collector.h | 135 int new_capacity; in Grow() local 159 virtual void NewChunk(int new_capacity) { in NewChunk() 221 virtual void NewChunk(int new_capacity) { in NewChunk()
|
| D | layout-descriptor.cc | 82 int new_capacity = field_index + details.field_width_in_words(); in AppendIfFastOrUseFull() local 99 int new_capacity) { in EnsureCapacity()
|
| D | list-inl.h | 59 int new_capacity = 1 + 2 * capacity_; in ResizeAddInternal() local 69 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize()
|
| D | string-stream.cc | 42 unsigned new_capacity = capacity_; in Put() local
|
| D | transitions.cc | 268 Handle<FixedArray> array, int new_capacity, Isolate* isolate) { in GrowPrototypeTransitionArray()
|
| D | elements.cc | 652 PropertyAttributes attributes, uint32_t new_capacity) final { in Add() 658 uint32_t new_capacity) { in AddImpl() 935 uint32_t new_capacity = JSObject::NewElementsCapacity(index + 1); in GrowCapacity() local 1420 uint32_t new_capacity) { in AddImpl() 1878 uint32_t new_capacity) { in AddImpl() 3251 uint32_t new_capacity) { in AddImpl() 3367 uint32_t new_capacity) { in AddImpl() 3495 uint32_t new_capacity) { in AddImpl()
|
| D | code-stub-assembler.cc | 2216 Node* new_capacity = IntPtrAdd(half_old_capacity, old_capacity); in CalculateNewElementsCapacity() local 2254 Node* new_capacity = CalculateNewElementsCapacity( in TryGrowElementsCapacity() local 2262 Node* capacity, Node* new_capacity, ParameterMode mode, Label* bailout) { in GrowElementsCapacity() 6599 Node* new_capacity = IntPtrAdd(length, delta); in ExtendPropertiesBackingStore() local
|
| D | objects.cc | 10324 int new_capacity = length; in EnsureSpaceInFixedArray() local 15691 uint32_t* new_capacity) { in ShouldConvertToSlowElements() 15720 uint32_t new_capacity; in WouldConvertToSlowElements() local 15755 uint32_t* new_capacity) { in ShouldConvertToFastElements() 15801 uint32_t new_capacity = 0; in AddDataElement() local 15855 uint32_t new_capacity; in SetLengthWouldNormalize() local 18713 Handle<Derived> table, int new_capacity) { in Rehash()
|
| /external/vixl/src/ |
| D | code-buffer-vixl.cc | 161 void CodeBuffer::Grow(size_t new_capacity) { in Grow()
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | bytestream.cc | 122 size_t new_capacity = std::max(capacity_ + amount, (3 * capacity_) / 2); in Expand() local
|
| /external/libtextclassifier/util/utf8/ |
| D | unicodetext.cc | 52 void UnicodeText::Repr::reserve(int new_capacity) { in reserve()
|
| /external/libchrome/base/ |
| D | pickle.cc | 380 void Pickle::Resize(size_t new_capacity) { in Resize() 461 size_t new_capacity = capacity_after_header_ * 2; in ClaimUninitializedBytesInternal() local
|
| /external/v8/src/crankshaft/ |
| D | unique.h | 347 int new_capacity = 2 * capacity_ + size; in Grow() local
|
| D | hydrogen.cc | 1549 HValue* new_capacity = BuildNewElementsCapacity(key); in BuildCheckAndGrowElementsCapacity() local 2769 HValue* new_capacity = AddUncasted<HAdd>(half_old_capacity, old_capacity); in BuildNewElementsCapacity() local 2786 HValue* new_capacity) { in BuildGrowElementsCapacity()
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common.h | 519 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1); in push_back() local 562 void Resize(uptr new_capacity) { in Resize()
|
| /external/flac/libFLAC/ |
| D | bitwriter.c | 87 unsigned new_capacity; in bitwriter_grow_() local
|
| /external/v8/src/heap/ |
| D | spaces.cc | 1541 size_t new_capacity = in AllocateChunk() local 1561 size_t new_capacity = Max(InitialTotalCapacity(), 2 * Size()); in AllocateChunk() local 1961 bool SemiSpace::GrowTo(size_t new_capacity) { in AllocateChunk() 2005 bool SemiSpace::ShrinkTo(size_t new_capacity) { in AllocateChunk()
|
| /external/fmtlib/fmt/ |
| D | format.h | 784 std::size_t new_capacity = this->capacity_ + this->capacity_ / 2; in grow() local
|
| /external/v8/src/parsing/ |
| D | scanner.h | 444 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth); in NewCapacity() local
|
| /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
| D | mkvmuxer.cc | 395 const int32_t new_capacity = in AddCue() local 3807 const int32_t new_capacity = in MakeNewCluster() local 4010 const int32_t new_capacity = (!frames_capacity_) ? 2 : frames_capacity_ * 2; in QueueFrame() local
|