Home | History | Annotate | Download | only in src

Lines Matching refs:new_elements

2449         Element* new_elements = NewArray<Element>(new_count);
2450 memcpy(new_elements, elements, new_count * sizeof(Element));
2453 lol->elements_ = new_elements;