Home
last modified time | relevance | path

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

12

/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.cpp42 Grow(CurArraySize < 64 ? 128 : CurArraySize * 2); in insert_imp_big()
46 Grow(CurArraySize); in insert_imp_big()
117 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImplBase
/external/swiftshader/third_party/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.cpp57 Grow(CurArraySize < 64 ? 128 : CurArraySize*2); in insert_imp()
61 Grow(CurArraySize); in insert_imp()
132 void SmallPtrSetImpl::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImpl
/external/v8/src/
Dcollector.h43 Grow(1); in Add()
57 Grow(size); in AddBlock()
74 Grow(source.length()); in AddBlock()
133 void Grow(int min_capacity) { in Grow() function
/external/lzma/CPP/Common/
DDynamicBuffer.h15 void Grow(size_t size) in Grow() function
45 Grow(addSize - rem); in GetCurPtrAndGrow()
DMyString.cpp316 Grow(size); in InsertSpace()
349 void AString::Grow(unsigned n) in Grow() function in AString
483 Grow(len); in operator +=()
491 Grow(s._len); in operator +=()
750 Grow(size); in InsertSpace()
783 void UString::Grow(unsigned n) in Grow() function in UString
917 Grow(len); in operator +=()
925 Grow(s._len); in operator +=()
965 Grow(len); in AddAsciiStr()
DMyString.h175 void Grow(unsigned n);
333 void Grow(unsigned n);
/external/vixl/src/
Dcode-buffer-vixl.h148 void Grow(size_t new_capacity);
160 if (is_full) Grow(capacity_ * 2 + amount); in EnsureSpaceFor()
Dcode-buffer-vixl.cc161 void CodeBuffer::Grow(size_t new_capacity) { in Grow() function in vixl::CodeBuffer
/external/v8/src/compiler/
Dvalue-numbering-reducer.cc89 if (size_ + size_ / 4 >= capacity_) Grow(); in Reduce()
179 void ValueNumberingReducer::Grow() { in Grow() function in v8::internal::compiler::ValueNumberingReducer
Dvalue-numbering-reducer.h28 void Grow(); in NON_EXPORTED_BASE()
/external/v8/src/crankshaft/
Dunique.h173 Grow(size_ + 1, zone); in Add()
181 Grow(size_ + 1, zone); in Add()
344 void Grow(int size, Zone* zone) { in Grow() function
/external/v8/src/wasm/
Dwasm-objects.h71 static bool Grow(Handle<WasmTableObject> table, uint32_t count);
95 static bool Grow(Handle<WasmMemoryObject> memory, uint32_t count);
/external/libchrome/base/strings/
Dstringprintf_unittest.cc105 TEST(StringPrintfTest, Grow) { in TEST() argument
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallPtrSet.h136 void Grow(unsigned NewSize);
DIntervalMap.h386 unsigned Position, bool Grow);
1828 bool Grow = P.leafOffset() == Size; in treeInsert() local
1834 Grow = P.leafOffset() == P.leafSize(); in treeInsert()
1843 if (Grow) in treeInsert()
/external/webrtc/webrtc/base/
Dnatsocketfactory.cc170 Grow(size + kNATEncodedIPv6AddressSize); in RecvFrom()
263 void Grow(size_t new_size) { in Grow() function in rtc::NATSocket
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas255 procedure Grow; procedure
589 procedure TDictionary<TKey,TValue>.Grow; procedure
750 Grow;
/external/llvm/include/llvm/ADT/
DSmallPtrSet.h178 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/fmtlib/test/
Dutil-test.cc327 TEST(MemoryBufferTest, Grow) { in TEST() argument
/external/v8/src/heap/
Dspaces.h2402 void Grow();
Dheap.cc1497 new_space_->Grow(); in CheckNewSpaceExpansionCriteria()
1504 new_space_->Grow(); in CheckNewSpaceExpansionCriteria()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrMemory.td683 // Grow memory.

12