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.cc1697 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree()
1701 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()
2619 ++runtime->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
2620 ++self->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
/art/runtime/
Druntime.cc2049 GetStats()->Clear(~0); in SetStatsEnabled()
2051 self->GetStats()->Clear(~0); in SetStatsEnabled()
2062 GetStats()->Clear(kinds & 0xffff); in ResetStats()
2064 Thread::Current()->GetStats()->Clear(kinds >> 16); in ResetStats()
2070 stats = GetStats(); in GetStat()
2072 stats = Thread::Current()->GetStats(); in GetStat()
Druntime.h478 RuntimeStats* GetStats() { in GetStats() function
Dthread.h444 RuntimeStats* GetStats() { in GetStats() function
Dclass_linker.cc5661 RuntimeStats* global_stats = runtime->GetStats(); in InitializeClass()
5662 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass()