Lines Matching defs:stats
1671 void GlobalHandles::RecordStats(HeapStats* stats) {
1672 *stats->global_handle_count = 0;
1673 *stats->weak_global_handle_count = 0;
1674 *stats->pending_global_handle_count = 0;
1675 *stats->near_death_global_handle_count = 0;
1676 *stats->free_global_handle_count = 0;
1678 *stats->global_handle_count += 1;
1680 *stats->weak_global_handle_count += 1;
1682 *stats->pending_global_handle_count += 1;
1684 *stats->near_death_global_handle_count += 1;
1686 *stats->free_global_handle_count += 1;