Home
last modified time | relevance | path

Searched refs:Grow (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Support/
DIntervalMap.cpp122 unsigned Position, bool Grow) { in distribute() argument
123 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()
DSmallPtrSet.cpp56 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
/external/v8/src/
Dunique.h159 Grow(size_ + 1, zone); in Add()
167 Grow(size_ + 1, zone); in Add()
330 void Grow(int size, Zone* zone) { in Grow() function
Dutils.h486 Grow(1);
500 Grow(size);
518 Grow(source.length());
571 void Grow(int min_capacity) {
Dliveedit.cc1316 Grow(); in Write()
1329 void Grow() { in Grow() function in v8::internal::RelocInfoBuffer
/external/vixl/src/vixl/
Dcode-buffer.h81 void Grow(size_t new_capacity);
Dcode-buffer.cc98 void CodeBuffer::Grow(size_t new_capacity) { in Grow() function in vixl::CodeBuffer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas255 procedure Grow;
589 procedure TDictionary<TKey,TValue>.Grow; procedure
750 Grow;
/external/llvm/include/llvm/ADT/
DSmallPtrSet.h133 void Grow(unsigned NewSize);
DIntervalMap.h407 unsigned Position, bool Grow);
1838 bool Grow = P.leafOffset() == Size; in treeInsert() local
1844 Grow = P.leafOffset() == P.leafSize(); in treeInsert()
1853 if (Grow) in treeInsert()
/external/v8/test/cctest/
Dtest-heap.cc1716 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 …]
/external/v8/src/heap/
Dspaces.h2338 void Grow();
Dspaces.cc1260 void NewSpace::Grow() { in Grow() function in v8::internal::NewSpace
Dheap.cc1290 new_space_.Grow(); in CheckNewSpaceExpansionCriteria()
/external/vixl/src/vixl/a64/
Dassembler-a64.h4151 buffer_->Grow(capacity); in EnsureSpaceFor()
/external/v8/
DChangeLog622 Grow heap slower if GC freed many global handles (Chromium issue
/external/openssh/
DChangeLog6050 Use smaller test data files to speed up tests. Grow test datafiles