Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h207 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator()
210 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in AllocObjectWithAllocator()
Dheap.cc1689 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree()
1693 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()
2617 ++runtime->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
2618 ++self->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
/art/runtime/
Druntime.cc2055 GetStats()->Clear(~0); in SetStatsEnabled()
2057 self->GetStats()->Clear(~0); in SetStatsEnabled()
2068 GetStats()->Clear(kinds & 0xffff); in ResetStats()
2070 Thread::Current()->GetStats()->Clear(kinds >> 16); in ResetStats()
2076 stats = GetStats(); in GetStat()
2078 stats = Thread::Current()->GetStats(); in GetStat()
Druntime.h478 RuntimeStats* GetStats() { in GetStats() function
Dthread.h448 RuntimeStats* GetStats() { in GetStats() function
Dclass_linker.cc5565 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in InitializeClass()
5566 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass()