Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc693 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()
Druntime.h413 int32_t GetStat(int kind);
Druntime.cc1722 int32_t Runtime::GetStat(int kind) { in GetStat() function in art::Runtime
/art/runtime/native/
Ddalvik_system_VMDebug.cc83 return Runtime::Current()->GetStat(kind); in VMDebug_getAllocCount()