Searched refs:AllocateRawWeakArrayList (Results 1 – 2 of 2) sorted by relevance
977 HeapObject* AllocateRawWeakArrayList(int length, PretenureFlag pretenure);
173 HeapObject* Factory::AllocateRawWeakArrayList(int capacity, in AllocateRawWeakArrayList() function in v8::internal::Factory2042 HeapObject* obj = AllocateRawWeakArrayList(new_capacity, pretenure); in CopyWeakArrayListAndGrow()