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

/art/runtime/gc/
H A Dheap-inl.h137 RuntimeStats* thread_stats = self->GetStats(); local
138 ++thread_stats->allocated_objects;
139 thread_stats->allocated_bytes += bytes_allocated;
H A Dheap.cc1259 RuntimeStats* thread_stats = Thread::Current()->GetStats(); local
1260 thread_stats->freed_objects += freed_objects;
1261 thread_stats->freed_bytes += freed_bytes;
/art/runtime/
H A Dclass_linker.cc4263 RuntimeStats* thread_stats = self->GetStats(); local
4265 ++thread_stats->class_init_count;
4267 thread_stats->class_init_time_ns += (t1 - t0);

Completed in 431 milliseconds