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

  /external/v8/src/
list.h 137 void ResizeAdd(const T& element);
139 // Inlined implementation of ResizeAdd, shared by inlined and
140 // non-inlined versions of ResizeAdd.
151 // Add() is inlined, ResizeAdd() called by Add() is inlined except for
152 // Lists of FrameElements, and ResizeAddInternal() is inlined in ResizeAdd().
155 FreeStoreAllocationPolicy>::ResizeAdd(const FrameElement& element);
list-inl.h 42 List<T, P>::ResizeAdd(element);
61 void List<T, P>::ResizeAdd(const T& element) {
virtual-frame.cc 396 // Specialization of List::ResizeAdd to non-inlined version for FrameElements.
397 // The function ResizeAdd becomes a real function, whose implementation is the
401 FreeStoreAllocationPolicy>::ResizeAdd(const FrameElement& element) {

Completed in 40 milliseconds