Lines Matching refs:stats
613 void GlobalHandles::RecordStats(HeapStats* stats) {
614 *stats->global_handle_count = 0;
615 *stats->weak_global_handle_count = 0;
616 *stats->pending_global_handle_count = 0;
617 *stats->near_death_global_handle_count = 0;
618 *stats->free_global_handle_count = 0;
620 *stats->global_handle_count += 1;
622 *stats->weak_global_handle_count += 1;
624 *stats->pending_global_handle_count += 1;
626 *stats->near_death_global_handle_count += 1;
628 *stats->free_global_handle_count += 1;