Home | History | Annotate | Download | only in src

Lines Matching full:touched

89 function UseSparseVariant(array, length, is_array, touched) {
91 // number of elements touched in the operation is relatively small compared to
102 (touched > estimated_elements * 4);