Home | History | Annotate | Download | only in src

Lines Matching refs:stats

498 void GlobalHandles::RecordStats(HeapStats* stats) {
499 *stats->global_handle_count = 0;
500 *stats->weak_global_handle_count = 0;
501 *stats->pending_global_handle_count = 0;
502 *stats->near_death_global_handle_count = 0;
503 *stats->destroyed_global_handle_count = 0;
505 *stats->global_handle_count += 1;
507 *stats->weak_global_handle_count += 1;
509 *stats->pending_global_handle_count += 1;
511 *stats->near_death_global_handle_count += 1;
513 *stats->destroyed_global_handle_count += 1;