Searched refs:Grow (Results 1 - 23 of 23) 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.cpp55 Grow(CurArraySize < 64 ? 128 : CurArraySize*2);
59 Grow(CurArraySize);
128 /// Grow - Allocate a larger backing store for the buckets and move it over.
130 void SmallPtrSetImpl::Grow(unsigned NewSize) {
/external/chromium_org/v8/src/
H A Dunique.h164 Grow(size_ + 1, zone);
172 Grow(size_ + 1, zone);
227 out->Grow(Min(this->size_, that->size_), zone);
255 out->Grow(this->size_ + that->size_, zone);
313 // Grow the size of internal storage to be at least {size} elements.
314 void Grow(int size, Zone* zone) { function in class:v8::internal::V8_FINAL
H A Dutils.h633 Grow(1);
647 Grow(size);
665 Grow(source.length());
718 void Grow(int min_capacity) {
H A Dliveedit.cc1431 Grow();
1444 void Grow() { function in class:v8::internal::Differencer::RelocInfoBuffer
H A Dspaces.h1420 // Grow the space by adding available bytes. They are initially marked as
2112 // Grow the semispace to the new capacity. The new capacity
2372 // Grow the capacity of the semispaces. Assumes that they are not at
2374 void Grow();
H A Dspaces.cc1316 void NewSpace::Grow() { function in class:v8::internal::NewSpace
H A Dheap.cc1296 // Grow the size of new space if there is room to grow, enough data
1299 new_space_.Grow();
/external/chromium/base/
H A Dstringprintf_unittest.cc90 TEST(StringPrintfTest, Grow) {
/external/chromium_org/base/strings/
H A Dstringprintf_unittest.cc103 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/chromium_org/url/
H A Durl_canon.h99 // Grow the buffer to hold at least one more item. Hopefully we won't have
101 if (!Grow(1))
112 if (!Grow(cur_len_ + str_len - buffer_len_))
123 bool Grow(int min_additional) { function in class:url_canon::CanonOutputT
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnatsocketfactory.cc183 Grow(size + kNATEncodedIPv6AddressSize);
285 void Grow(size_t new_size) { function in class:talk_base::NATSocket
/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h128 /// Grow - Allocate a larger backing store for the buckets and move it over.
129 void Grow(unsigned NewSize);
H A DIntervalMap.h379 /// Elements + Grow <= Nodes * Capacity.
392 /// Grow is set and NewSize[idx] == Capacity-1. The index points to the node
402 /// @param Grow Reserve space for a new element at Position.
406 unsigned Position, bool Grow);
876 /// fillLeft - Grow path to Height by taking leftmost branches.
1848 bool Grow = P.leafOffset() == Size;
1854 Grow = P.leafOffset() == P.leafSize();
1863 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();
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc1685 new_space->Grow();
1735 new_space->Grow();

Completed in 853 milliseconds