/external/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 122 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 D | SmallPtrSet.cpp | 55 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 D | unique.h | 164 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 D | utils.h | 633 Grow(1); 647 Grow(size); 665 Grow(source.length()); 718 void Grow(int min_capacity) {
|
H A D | liveedit.cc | 1431 Grow(); 1444 void Grow() { function in class:v8::internal::Differencer::RelocInfoBuffer
|
H A D | spaces.h | 1420 // 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 D | spaces.cc | 1316 void NewSpace::Grow() { function in class:v8::internal::NewSpace
|
H A D | heap.cc | 1296 // Grow the size of new space if there is room to grow, enough data 1299 new_space_.Grow();
|
/external/chromium/base/ |
H A D | stringprintf_unittest.cc | 90 TEST(StringPrintfTest, Grow) {
|
/external/chromium_org/base/strings/ |
H A D | stringprintf_unittest.cc | 103 TEST(StringPrintfTest, Grow) {
|
/external/chromium/googleurl/src/ |
H A D | url_canon.h | 123 // 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 D | url_canon.h | 99 // 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 D | natsocketfactory.cc | 183 Grow(size + kNATEncodedIPv6AddressSize); 285 void Grow(size_t new_size) { function in class:talk_base::NATSocket
|
/external/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 128 /// Grow - Allocate a larger backing store for the buckets and move it over. 129 void Grow(unsigned NewSize);
|
H A D | IntervalMap.h | 379 /// 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 D | utils.h | 541 Grow(1); 555 Grow(size); 573 Grow(source.length()); 626 void Grow(int min_capacity) {
|
H A D | liveedit.cc | 1204 Grow(); 1217 void Grow() { function in class:v8::internal::Differencer::RelocInfoBuffer
|
H A D | spaces.h | 1244 // 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 D | spaces.cc | 1096 void NewSpace::Grow() { function in class:v8::internal::NewSpace
|
H A D | heap.cc | 1024 // 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 D | Antlr.Runtime.Tools.pas | 255 procedure Grow; 589 procedure TDictionary<TKey,TValue>.Grow; 750 Grow;
|
/external/v8/test/cctest/ |
H A D | test-heap.cc | 1281 new_space->Grow(); 1322 new_space->Grow();
|
/external/chromium_org/v8/test/cctest/ |
H A D | test-heap.cc | 1685 new_space->Grow(); 1735 new_space->Grow();
|