Home
last modified time | relevance | path

Searched defs:Grow (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/base/
Dsmall-vector.h156 V8_NOINLINE T* Grow() { return Grow(0); } in Grow() function
159 V8_NOINLINE T* Grow(size_t min_capacity) { in Grow() function
/third_party/node/deps/v8/src/sandbox/
Dexternal-pointer-table.cc59 uint32_t ExternalPointerTable::Grow() { in Grow() function in v8::internal::ExternalPointerTable
/third_party/lzma/CPP/Common/
DDynamicBuffer.h15 void Grow(size_t size) in Grow() function
DMyString.cpp450 void AString::Grow(unsigned n) in Grow() function in AString
1042 void UString::Grow(unsigned n) in Grow() function in UString
/third_party/cef/tests/cefclient/browser/
Dbytes_write_handler.cc79 size_t BytesWriteHandler::Grow(size_t size) { in Grow() function in client::BytesWriteHandler
/third_party/node/deps/v8/src/codegen/
Dassembler.cc111 std::unique_ptr<AssemblerBuffer> Grow(int new_size) override { in Grow() function in v8::internal::__anon17345cfd0111::DefaultAssemblerBuffer
129 std::unique_ptr<AssemblerBuffer> Grow(int new_size) override { in Grow() function in v8::internal::__anon17345cfd0111::ExternalAssemblerBufferImpl
/third_party/node/deps/v8/src/compiler/
Dvalue-numbering-reducer.cc151 void ValueNumberingReducer::Grow() { in Grow() function in v8::internal::compiler::ValueNumberingReducer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp121 unsigned Position, bool Grow) { in distribute()
DSmallPtrSet.cpp94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImplBase
/third_party/vixl/src/
Dcode-buffer-vixl.cc178 void CodeBuffer::Grow(size_t new_capacity) { in Grow() function in vixl::CodeBuffer
/third_party/node/deps/v8/src/heap/cppgc/
Dexplicit-management.cc80 bool Grow(HeapObjectHeader& header, BasePage& base_page, size_t new_size, in Grow() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp118 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImplBase
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc144 void Grow(uint32_t n) { in Grow() function in absl::synchronization_internal::__anon7634156e0111::Vec
243 void Grow() { in Grow() function in absl::synchronization_internal::__anon7634156e0111::NodeSet
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dcontainers_test.cpp326 TEST_F(ContainersListTest, Grow) { in TEST_F() argument
/third_party/cef/libcef/browser/
Dstream_impl.cc291 size_t CefBytesWriter::Grow(size_t size) { in Grow() function in CefBytesWriter
/third_party/node/deps/v8/src/heap/
Dnew-spaces.cc494 void NewSpace::Grow() { in Grow() function in v8::internal::NewSpace
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc258 int WasmTableObject::Grow(Isolate* isolate, Handle<WasmTableObject> table, in Grow() function in v8::internal::WasmTableObject
919 int32_t WasmMemoryObject::Grow(Isolate* isolate, in Grow() function in v8::internal::WasmMemoryObject
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h1848 bool Grow = P.leafOffset() == Size; in treeInsert() local
/third_party/node/deps/v8/src/objects/
Dordered-hash-table.cc988 MaybeHandle<Derived> SmallOrderedHashTable<Derived>::Grow( in Grow() function in v8::internal::SmallOrderedHashTable