Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h137 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator()
140 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in AllocObjectWithAllocator()
Dheap.cc1259 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree()
1263 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()
2162 ++runtime->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
2163 ++self->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
/art/runtime/
Druntime.cc1033 GetStats()->Clear(~0); in SetStatsEnabled()
1035 self->GetStats()->Clear(~0); in SetStatsEnabled()
1046 GetStats()->Clear(kinds & 0xffff); in ResetStats()
1048 Thread::Current()->GetStats()->Clear(kinds >> 16); in ResetStats()
1054 stats = GetStats(); in GetStat()
1056 stats = Thread::Current()->GetStats(); in GetStat()
Druntime.h389 RuntimeStats* GetStats() { in GetStats() function
Dthread.h307 RuntimeStats* GetStats() { in GetStats() function
Dclass_linker.cc4262 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in InitializeClass()
4263 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass()