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

/external/v8/src/compiler/
H A Dvalue-numbering-reducer.h24 void Grow();
H A Dvalue-numbering-reducer.cc86 if (size_ * kCapacityToSizeRatio >= capacity_) Grow();
132 void ValueNumberingReducer::Grow() { function in class:v8::internal::ValueNumberingReducer
/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.cpp56 Grow(CurArraySize < 64 ? 128 : CurArraySize*2);
61 Grow(CurArraySize);
131 /// Grow - Allocate a larger backing store for the buckets and move it over.
133 void SmallPtrSetImplBase::Grow(unsigned NewSize) {
/external/lzma/CPP/Common/
H A DDynamicBuffer.h15 void Grow(size_t size) function in class:CDynamicBuffer
45 Grow(addSize - rem);
H A DMyString.cpp316 Grow(size);
349 void AString::Grow(unsigned n) function in class:AString
483 Grow(len);
491 Grow(s._len);
750 Grow(size);
783 void UString::Grow(unsigned n) function in class:UString
917 Grow(len);
925 Grow(s._len);
965 Grow(len);
H A DMyString.h175 void Grow(unsigned n);
333 void Grow(unsigned n);
/external/vixl/src/vixl/
H A Dcode-buffer.cc98 void CodeBuffer::Grow(size_t new_capacity) { function in class:vixl::CodeBuffer
H A Dcode-buffer.h81 void Grow(size_t new_capacity);
/external/v8/src/crankshaft/
H A Dunique.h173 Grow(size_ + 1, zone);
181 Grow(size_ + 1, zone);
343 // Grow the size of internal storage to be at least {size} elements.
344 void Grow(int size, Zone* zone) { function in class:v8::internal::final
/external/libchrome/base/strings/
H A Dstringprintf_unittest.cc105 TEST(StringPrintfTest, Grow) {
/external/libweave/third_party/chromium/base/strings/
H A Dstringprintf_unittest.cc105 TEST(StringPrintfTest, Grow) {
/external/webrtc/webrtc/base/
H A Dnatsocketfactory.cc170 Grow(size + kNATEncodedIPv6AddressSize);
263 void Grow(size_t new_size) { function in class:rtc::NATSocket
/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h133 /// Grow - Allocate a larger backing store for the buckets and move it over.
134 void Grow(unsigned NewSize);
H A DIntervalMap.h380 /// Elements + Grow <= Nodes * Capacity.
393 /// Grow is set and NewSize[idx] == Capacity-1. The index points to the node
403 /// @param Grow Reserve space for a new element at Position.
407 unsigned Position, bool Grow);
877 /// fillLeft - Grow path to Height by taking leftmost branches.
1838 bool Grow = P.leafOffset() == Size;
1844 Grow = P.leafOffset() == P.leafSize();
1853 if (Grow)
/external/v8/src/
H A Dutils.h580 Grow(1);
594 Grow(size);
612 Grow(source.length());
672 void Grow(int min_capacity) { function in class:v8::internal::Collector
H A Dobjects.h5400 static int Grow(int number_of_entries) { function in class:v8::internal::DependentCode
H A Dobjects.cc15244 int capacity = kCodesStartIndex + DependentCode::Grow(entries->count());
17876 // Adding new string. Grow table if needed.
/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/heap/
H A Dtest-heap.cc2303 new_space->Grow();
2353 new_space->Grow();
2830 // Grow new space unitl maximum capacity reached.
2832 CcTest::heap()->new_space()->Grow();
2881 // Grow new space unitl maximum capacity reached.
2883 CcTest::heap()->new_space()->Grow();
2921 // Grow new space unitl maximum capacity reached.
2923 CcTest::heap()->new_space()->Grow();
2979 // Grow new space unitl maximum capacity reached.
2981 CcTest::heap()->new_space()->Grow();
[all...]
/external/v8/src/debug/
H A Dliveedit.cc1234 Grow();
1247 void Grow() { function in class:v8::internal::Differencer::RelocInfoBuffer
/external/v8/src/heap/
H A Dspaces.h1564 // Grow the space by adding available bytes. They are initially marked as
2378 // Grow the semispace to the new capacity. The new capacity
2660 // Grow the capacity of the semispaces. Assumes that they are not at
2662 void Grow();
2664 // Grow the capacity of the semispaces by one page.
H A Dheap.cc1517 // Grow the size of new space if there is room to grow, and more than 10%
1519 new_space_.Grow();
1524 // Grow the size of new space if there is room to grow, and enough data
1526 new_space_.Grow();
5010 PrintIsolate(isolate_, "Grow: old size: %" V8_PTR_PREFIX
H A Dspaces.cc1408 void NewSpace::Grow() { function in class:v8::internal::NewSpace
/external/vixl/src/vixl/a64/
H A Dassembler-a64.h4233 buffer_->Grow(capacity);

Completed in 3550 milliseconds