Home | History | Annotate | Download | only in src

Lines Matching refs:stats

438 void GlobalHandles::RecordStats(HeapStats* stats) {
439 *stats->global_handle_count = 0;
440 *stats->weak_global_handle_count = 0;
441 *stats->pending_global_handle_count = 0;
442 *stats->near_death_global_handle_count = 0;
443 *stats->destroyed_global_handle_count = 0;
445 *stats->global_handle_count += 1;
447 *stats->weak_global_handle_count += 1;
449 *stats->pending_global_handle_count += 1;
451 *stats->near_death_global_handle_count += 1;
453 *stats->destroyed_global_handle_count += 1;