Home | History | Annotate | Download | only in src

Lines Matching full:num_used

1015         int num_used = 0;
1017 if (!backing_store->is_the_hole(i)) ++num_used;
1019 if (4 * num_used > backing_store->length()) break;
1021 if (4 * num_used <= backing_store->length()) {