Home | History | Annotate | Download | only in src

Lines Matching refs:empty_array

2897     ExternalArray* empty_array = GetHeap()->EmptyExternalArrayForMap(this);
2898 DCHECK(!GetHeap()->InNewSpace(empty_array));
2899 return empty_array;
2901 FixedTypedArrayBase* empty_array =
2903 DCHECK(!GetHeap()->InNewSpace(empty_array));
2904 return empty_array;