Searched refs:Grow (Results 1 – 17 of 17) sorted by relevance
122 unsigned Position, bool Grow) { in distribute() argument123 assert(Elements + Grow <= Nodes * Capacity && "Not enough room for elements"); in distribute()129 const unsigned PerNode = (Elements + Grow) / Nodes; in distribute()130 const unsigned Extra = (Elements + Grow) % Nodes; in distribute()138 assert(Sum == Elements + Grow && "Bad distribution sum"); in distribute()141 if (Grow) { in distribute()
56 Grow(CurArraySize < 64 ? 128 : CurArraySize*2); in insert_imp()61 Grow(CurArraySize); in insert_imp()133 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImplBase
159 Grow(size_ + 1, zone); in Add()167 Grow(size_ + 1, zone); in Add()330 void Grow(int size, Zone* zone) { in Grow() function
486 Grow(1);500 Grow(size);518 Grow(source.length());571 void Grow(int min_capacity) {
1316 Grow(); in Write()1329 void Grow() { in Grow() function in v8::internal::RelocInfoBuffer
81 void Grow(size_t new_capacity);
98 void CodeBuffer::Grow(size_t new_capacity) { in Grow() function in vixl::CodeBuffer
255 procedure Grow;589 procedure TDictionary<TKey,TValue>.Grow; procedure750 Grow;
133 void Grow(unsigned NewSize);
407 unsigned Position, bool Grow);1838 bool Grow = P.leafOffset() == Size; in treeInsert() local1844 Grow = P.leafOffset() == P.leafSize(); in treeInsert()1853 if (Grow) in treeInsert()
1716 new_space->Grow(); in TEST()1766 new_space->Grow(); in TEST()2226 CcTest::heap()->new_space()->Grow(); in TEST()2275 CcTest::heap()->new_space()->Grow(); in TEST()2315 CcTest::heap()->new_space()->Grow(); in TEST()2366 CcTest::heap()->new_space()->Grow(); in TEST()2406 CcTest::heap()->new_space()->Grow(); in TEST()2446 CcTest::heap()->new_space()->Grow(); in TEST()2494 CcTest::heap()->new_space()->Grow(); in TEST()2543 CcTest::heap()->new_space()->Grow(); in TEST()[all …]
2338 void Grow();
1260 void NewSpace::Grow() { in Grow() function in v8::internal::NewSpace
1290 new_space_.Grow(); in CheckNewSpaceExpansionCriteria()
4151 buffer_->Grow(capacity); in EnsureSpaceFor()
622 Grow heap slower if GC freed many global handles (Chromium issue
6050 Use smaller test data files to speed up tests. Grow test datafiles