Home | History | Annotate | Download | only in src

Lines Matching refs: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()) {