Home
last modified time | relevance | path

Searched refs:GetStats (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/
Dheap-inl.h173 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator()
176 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in AllocObjectWithAllocator()
Dheap.cc1528 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree()
1532 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()
2549 ++runtime->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
2550 ++self->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
/art/runtime/
Druntime.cc1852 GetStats()->Clear(~0); in SetStatsEnabled()
1854 self->GetStats()->Clear(~0); in SetStatsEnabled()
1865 GetStats()->Clear(kinds & 0xffff); in ResetStats()
1867 Thread::Current()->GetStats()->Clear(kinds >> 16); in ResetStats()
1873 stats = GetStats(); in GetStat()
1875 stats = Thread::Current()->GetStats(); in GetStat()
Druntime.h422 RuntimeStats* GetStats() { in GetStats() function
Dthread.h413 RuntimeStats* GetStats() { in GetStats() function
Dclass_linker.cc4907 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in InitializeClass()
4908 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass()