Searched refs:thread_stats (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/
H A Dheap-inl.h165 RuntimeStats* thread_stats = self->GetStats(); local
166 ++thread_stats->allocated_objects;
167 thread_stats->allocated_bytes += bytes_allocated;
H A Dheap.cc1613 RuntimeStats* thread_stats = Thread::Current()->GetStats(); local
1614 thread_stats->freed_objects += freed_objects;
1615 thread_stats->freed_bytes += freed_bytes;
/art/runtime/
H A Dclass_linker.cc4832 RuntimeStats* thread_stats = self->GetStats(); local
4834 ++thread_stats->class_init_count;
4836 thread_stats->class_init_time_ns += (t1 - t0);

Completed in 65 milliseconds