Searched refs:thread_stats (Results 1 – 3 of 3) sorted by relevance
207 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator() local208 ++thread_stats->allocated_objects; in AllocObjectWithAllocator()209 thread_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()
1697 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree() local1698 thread_stats->freed_objects += freed_objects; in RecordFree()1699 thread_stats->freed_bytes += freed_bytes; in RecordFree()
5662 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass() local5664 ++thread_stats->class_init_count; in InitializeClass()5666 thread_stats->class_init_time_ns += (t1 - t0 - t_sub); in InitializeClass()