Home
last modified time | relevance | path

Searched refs:AllocateRawWeakArrayList (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory-base.h280 HeapObject AllocateRawWeakArrayList(int length, AllocationType allocation); in EXPORT_TEMPLATE_DECLARE()
Dfactory-base.cc958 HeapObject FactoryBase<Impl>::AllocateRawWeakArrayList( in AllocateRawWeakArrayList() function in v8::internal::FactoryBase
Dfactory.cc2070 HeapObject heap_object = AllocateRawWeakArrayList(capacity, allocation); in NewUninitializedWeakArrayList()