Searched refs:RuntimeStats (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Druntime_stats.h62 struct PACKED(4) RuntimeStats {
63 RuntimeStats() { function
109 DISALLOW_COPY_AND_ASSIGN(RuntimeStats); variable
H A Druntime.h434 RuntimeStats* GetStats() {
787 RuntimeStats stats_;
H A Dthread.h347 RuntimeStats* GetStats() {
1344 RuntimeStats stats;
H A Druntime.cc1475 RuntimeStats* stats;
H A Dclass_linker.cc4701 RuntimeStats* global_stats = Runtime::Current()->GetStats();
4702 RuntimeStats* thread_stats = self->GetStats();
/art/runtime/gc/
H A Dheap-inl.h167 RuntimeStats* thread_stats = self->GetStats();
170 RuntimeStats* global_stats = Runtime::Current()->GetStats();
H A Dheap.cc1641 RuntimeStats* thread_stats = Thread::Current()->GetStats();
1645 RuntimeStats* global_stats = Runtime::Current()->GetStats();

Completed in 143 milliseconds