Searched refs:GetStat (Results 1 – 4 of 4) sorted by relevance
693 os << StringPrintf("alloc-count=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS)); in FinishTracing()694 os << StringPrintf("alloc-size=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES)); in FinishTracing()695 os << StringPrintf("gc-count=%d\n", Runtime::Current()->GetStat(KIND_GC_INVOCATIONS)); in FinishTracing()
413 int32_t GetStat(int kind);
1722 int32_t Runtime::GetStat(int kind) { in GetStat() function in art::Runtime
83 return Runtime::Current()->GetStat(kind); in VMDebug_getAllocCount()