Searched refs:GetStat (Results 1 – 4 of 4) sorted by relevance
706 os << StringPrintf("alloc-count=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS)); in FinishTracing()707 os << StringPrintf("alloc-size=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES)); in FinishTracing()708 os << StringPrintf("gc-count=%d\n", Runtime::Current()->GetStat(KIND_GC_INVOCATIONS)); in FinishTracing()
430 int32_t GetStat(int kind);
1479 int32_t Runtime::GetStat(int kind) { in GetStat() function in art::Runtime
77 return Runtime::Current()->GetStat(kind); in VMDebug_getAllocCount()