Home
last modified time | relevance | path

Searched refs:SetStatsEnabled (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dalloc_instrumentation.md17 - These in turn are called by `SetStatsEnabled()`, `SetAllocationListener()`, et al, which
Dtrace.cc441 runtime->SetStatsEnabled(true); in Start()
512 runtime->SetStatsEnabled(false); in StopTracing()
Druntime.h503 void SetStatsEnabled(bool new_state)
Druntime.cc2261 void Runtime::SetStatsEnabled(bool new_state) { in SetStatsEnabled() function in art::Runtime
/art/runtime/native/
Ddalvik_system_VMDebug.cc78 Runtime::Current()->SetStatsEnabled(true); in VMDebug_startAllocCounting()
82 Runtime::Current()->SetStatsEnabled(false); in VMDebug_stopAllocCounting()