Lines Matching defs:sparse_
1373 sparse_(zone->NewArray<int>(capacity)) {1376 memset(sparse_, 0, sizeof(sparse_[0]) * capacity);1382 int d = sparse_[n];1389 sparse_[n] = length_;1400 int* sparse_;