Searched refs:Grow (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Support/
H A DIntervalMap.cpp122 unsigned Position, bool Grow) {
123 assert(Elements + Grow <= Nodes * Capacity && "Not enough room for elements");
129 const unsigned PerNode = (Elements + Grow) / Nodes;
130 const unsigned Extra = (Elements + Grow) % Nodes;
138 assert(Sum == Elements + Grow && "Bad distribution sum");
140 // Subtract the Grow element that was added.
141 if (Grow) {
143 assert(NewSize[PosPair.first] && "Too few elements to need Grow");
120 distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, const unsigned *CurSize, unsigned NewSize[], unsigned Position, bool Grow) argument
H A DSmallPtrSet.cpp59 Grow(CurArraySize < 64 ? 128 : CurArraySize*2);
63 Grow(CurArraySize);
132 /// Grow - Allocate a larger backing store for the buckets and move it over.
134 void SmallPtrSetImpl::Grow(unsigned NewSize) {
/external/chromium/base/
H A Dstringprintf_unittest.cc90 TEST(StringPrintfTest, Grow) {
/external/chromium/googleurl/src/
H A Durl_canon.h123 // Grow the buffer to hold at least one more item. Hopefully we won't have
125 if (!Grow(1))
136 if (!Grow(cur_len_ + str_len - buffer_len_))
147 bool Grow(int min_additional) { function in class:url_canon::CanonOutputT
/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h132 /// Grow - Allocate a larger backing store for the buckets and move it over.
133 void Grow(unsigned NewSize);
H A DIntervalMap.h359 /// Elements + Grow <= Nodes * Capacity.
372 /// Grow is set and NewSize[idx] == Capacity-1. The index points to the node
382 /// @param Grow Reserve space for a new element at Position.
386 unsigned Position, bool Grow);
856 /// fillLeft - Grow path to Height by taking leftmost branches.
1828 bool Grow = P.leafOffset() == Size;
1834 Grow = P.leafOffset() == P.leafSize();
1843 if (Grow)
/external/v8/src/
H A Dutils.h541 Grow(1);
555 Grow(size);
573 Grow(source.length());
626 void Grow(int min_capacity) {
H A Dliveedit.cc1204 Grow();
1217 void Grow() { function in class:v8::internal::Differencer::RelocInfoBuffer
H A Dspaces.h1244 // Grow the space by adding available bytes. They are initially marked as
1829 // Grow the semispace to the new capacity. The new capacity
2080 // Grow the capacity of the semispaces. Assumes that they are not at
2082 void Grow();
H A Dspaces.cc1096 void NewSpace::Grow() { function in class:v8::internal::NewSpace
H A Dheap.cc1024 // Grow the size of new space if there is room to grow, enough data
1027 new_space_.Grow();
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas255 procedure Grow;
589 procedure TDictionary<TKey,TValue>.Grow;
750 Grow;
/external/v8/test/cctest/
H A Dtest-heap.cc1281 new_space->Grow();
1322 new_space->Grow();

Completed in 1382 milliseconds