Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h225 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator()
228 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in AllocObjectWithAllocator()
Dheap.cc1893 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree()
1897 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()
2820 ++runtime->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
2821 ++self->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
/art/runtime/
Druntime.cc2499 GetStats()->Clear(~0); in SetStatsEnabled()
2501 self->GetStats()->Clear(~0); in SetStatsEnabled()
2512 GetStats()->Clear(kinds & 0xffff); in ResetStats()
2514 Thread::Current()->GetStats()->Clear(kinds >> 16); in ResetStats()
2520 stats = GetStats(); in GetStat()
2522 stats = Thread::Current()->GetStats(); in GetStat()
Druntime.h570 RuntimeStats* GetStats() { in GetStats() function
Dthread.h639 RuntimeStats* GetStats() { in GetStats() function
Dclass_linker.cc5874 RuntimeStats* global_stats = runtime->GetStats(); in InitializeClass()
5875 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass()