Lines Matching full:num_used
718 int num_used = 0;720 if (backing_store->get(i) != hole) ++num_used;722 if (4 * num_used > backing_store->length()) break;724 if (4 * num_used <= backing_store->length()) {