Home
last modified time | relevance | path

Searched refs:SetCapacity (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlarge-spaces.h206 void SetCapacity(size_t capacity);
Dlarge-spaces.cc583 void NewLargeObjectSpace::SetCapacity(size_t capacity) { in SetCapacity() function in v8::internal::NewLargeObjectSpace
Dheap.cc2690 new_lo_space()->SetCapacity(new_space()->Capacity()); in CheckNewSpaceExpansionCriteria()
3875 new_lo_space_->SetCapacity(new_space_->Capacity()); in ReduceNewSpaceSize()
/third_party/node/deps/v8/src/objects/
Dswiss-name-dictionary.h319 inline void SetCapacity(int capacity);
Dswiss-name-dictionary-inl.h46 void SwissNameDictionary::SetCapacity(int capacity) { in SetCapacity() function
564 SetCapacity(capacity); in Initialize()
Dhash-table-inl.h255 void HashTable<Derived, Shape>::SetCapacity(int capacity) { in SetCapacity() function
Dhash-table.h260 inline void SetCapacity(int capacity); in EXPORT_TEMPLATE_DECLARE()
Dobjects.cc5729 table->SetCapacity(capacity); in NewInternal()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp57027 explicit nsTArray_Impl(size_type aCapacity) { SetCapacity(aCapacity); } in nsTArray_Impl()
57844 typename ActualAlloc::ResultType SetCapacity(size_type aCapacity) in SetCapacity() function in nsTArray_Impl
57852 bool SetCapacity(size_type aCapacity, const mozilla::fallible_t&) in SetCapacity() function in nsTArray_Impl
57854 return SetCapacity<FallibleAlloc>(aCapacity); in SetCapacity()
58292 using base_type::SetCapacity;
67024 void SetCapacity(size_type aNewCapacity);
67025 __attribute__ ((warn_unused_result)) bool SetCapacity(size_type aNewCapacity,
68072 void SetCapacity(size_type aNewCapacity);
68073 __attribute__ ((warn_unused_result)) bool SetCapacity(size_type aNewCapacity,
84772 base_type::mArray.SetCapacity(aCapacity); in nsTObserverArray()
[all …]