Searched defs:thread_stats (Results 1 - 3 of 3) sorted by last modified time

/art/runtime/
H A Dclass_linker.cc4710 RuntimeStats* thread_stats = self->GetStats(); local
4712 ++thread_stats->class_init_count;
4714 thread_stats->class_init_time_ns += (t1 - t0);
/art/runtime/gc/
H A Dheap-inl.h167 RuntimeStats* thread_stats = self->GetStats(); local
168 ++thread_stats->allocated_objects;
169 thread_stats->allocated_bytes += bytes_allocated;
H A Dheap.cc1641 RuntimeStats* thread_stats = Thread::Current()->GetStats(); local
1642 thread_stats->freed_objects += freed_objects;
1643 thread_stats->freed_bytes += freed_bytes;

Completed in 70 milliseconds