Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_stats

3080       RuntimeStats* thread_stats = self->GetStats();
3082 ++thread_stats->class_init_count;
3084 thread_stats->class_init_time_ns += (t1 - t0);