Home | History | Annotate | Download | only in src

Lines Matching refs:new_elements

1331   HValue* new_elements = BuildGrowElementsCapacity(object, elements,
1335 environment()->Push(new_elements);
1379 HValue* new_elements = BuildGrowElementsCapacity(object, elements, kind,
1382 environment()->Push(new_elements);
2636 HValue* new_elements = BuildAllocateElements(kind, size_in_bytes);
2637 BuildInitializeElementsHeader(new_elements, kind, capacity);
2638 return new_elements;
2757 HValue* new_elements = BuildAllocateElementsAndInitializeElementsHeader(
2760 new_elements,
2764 new_elements);
2766 return new_elements;