Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.h977 HeapObject* AllocateRawWeakArrayList(int length, PretenureFlag pretenure);
Dfactory.cc173 HeapObject* Factory::AllocateRawWeakArrayList(int capacity, in AllocateRawWeakArrayList() function in v8::internal::Factory
2042 HeapObject* obj = AllocateRawWeakArrayList(new_capacity, pretenure); in CopyWeakArrayListAndGrow()