/external/llvm/lib/Support/ |
D | IntervalMap.cpp | 122 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()
|
D | SmallPtrSet.cpp | 42 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/ |
D | IntervalMap.cpp | 122 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()
|
D | SmallPtrSet.cpp | 57 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/ |
D | collector.h | 43 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/ |
D | DynamicBuffer.h | 15 void Grow(size_t size) in Grow() function 45 Grow(addSize - rem); in GetCurPtrAndGrow()
|
D | MyString.cpp | 316 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()
|
D | MyString.h | 175 void Grow(unsigned n); 333 void Grow(unsigned n);
|
/external/vixl/src/ |
D | code-buffer-vixl.h | 148 void Grow(size_t new_capacity); 160 if (is_full) Grow(capacity_ * 2 + amount); in EnsureSpaceFor()
|
D | code-buffer-vixl.cc | 161 void CodeBuffer::Grow(size_t new_capacity) { in Grow() function in vixl::CodeBuffer
|
/external/v8/src/compiler/ |
D | value-numbering-reducer.cc | 89 if (size_ + size_ / 4 >= capacity_) Grow(); in Reduce() 179 void ValueNumberingReducer::Grow() { in Grow() function in v8::internal::compiler::ValueNumberingReducer
|
D | value-numbering-reducer.h | 28 void Grow(); in NON_EXPORTED_BASE()
|
/external/v8/src/crankshaft/ |
D | unique.h | 173 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/ |
D | wasm-objects.h | 71 static bool Grow(Handle<WasmTableObject> table, uint32_t count); 95 static bool Grow(Handle<WasmMemoryObject> memory, uint32_t count);
|
/external/libchrome/base/strings/ |
D | stringprintf_unittest.cc | 105 TEST(StringPrintfTest, Grow) { in TEST() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallPtrSet.h | 136 void Grow(unsigned NewSize);
|
D | IntervalMap.h | 386 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/ |
D | natsocketfactory.cc | 170 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/ |
D | Antlr.Runtime.Tools.pas | 255 procedure Grow; procedure 589 procedure TDictionary<TKey,TValue>.Grow; procedure 750 Grow;
|
/external/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 178 void Grow(unsigned NewSize);
|
D | IntervalMap.h | 407 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/ |
D | util-test.cc | 327 TEST(MemoryBufferTest, Grow) { in TEST() argument
|
/external/v8/src/heap/ |
D | spaces.h | 2402 void Grow();
|
D | heap.cc | 1497 new_space_->Grow(); in CheckNewSpaceExpansionCriteria() 1504 new_space_->Grow(); in CheckNewSpaceExpansionCriteria()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrMemory.td | 683 // Grow memory.
|