Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h157 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator()
160 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in AllocObjectWithAllocator()
Dheap.cc1462 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree()
1466 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()
2410 ++runtime->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
2411 ++self->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
/art/runtime/
Druntime.cc1248 GetStats()->Clear(~0); in SetStatsEnabled()
1250 self->GetStats()->Clear(~0); in SetStatsEnabled()
1261 GetStats()->Clear(kinds & 0xffff); in ResetStats()
1263 Thread::Current()->GetStats()->Clear(kinds >> 16); in ResetStats()
1269 stats = GetStats(); in GetStat()
1271 stats = Thread::Current()->GetStats(); in GetStat()
Druntime.h411 RuntimeStats* GetStats() { in GetStats() function
Dthread.h332 RuntimeStats* GetStats() { in GetStats() function
Dclass_linker.cc3731 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in InitializeClass()
3732 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass()