HomeSort by relevance Sort by last modified time
    Searched refs:ResizeAdd (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
list.h 170 void ResizeAdd(const T& element, AllocationPolicy allocator);
172 // Inlined implementation of ResizeAdd, shared by inlined and
173 // non-inlined versions of ResizeAdd.
list-inl.h 21 List<T, P>::ResizeAdd(element, alloc);
46 void List<T, P>::ResizeAdd(const T& element, P alloc) {

Completed in 45 milliseconds