Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc706 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()
Druntime.h430 int32_t GetStat(int kind);
Druntime.cc1479 int32_t Runtime::GetStat(int kind) { in GetStat() function in art::Runtime
/art/runtime/native/
Ddalvik_system_VMDebug.cc77 return Runtime::Current()->GetStat(kind); in VMDebug_getAllocCount()