Searched refs:RuntimeStats (Results 1 – 7 of 7) sorted by relevance
62 struct PACKED(4) RuntimeStats { struct63 RuntimeStats() { in RuntimeStats() argument109 DISALLOW_COPY_AND_ASSIGN(RuntimeStats); argument
381 RuntimeStats* GetStats() { in GetStats()596 RuntimeStats stats_;
307 RuntimeStats* GetStats() { in GetStats()1019 RuntimeStats stats;
1037 RuntimeStats* stats; in GetStat()
4190 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in InitializeClass()4191 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass()
128 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator()131 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in AllocObjectWithAllocator()
1207 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree()1211 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()