Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h174 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator()
177 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in AllocObjectWithAllocator()
Dheap.cc1677 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree()
1681 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()
2734 ++runtime->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
2735 ++self->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
/art/runtime/
Druntime.h447 RuntimeStats* GetStats() { in GetStats() function
Dthread.h421 RuntimeStats* GetStats() { in GetStats() function