Searched refs:SetStatsEnabled (Results 1 – 4 of 4) sorted by relevance
78 Runtime::Current()->SetStatsEnabled(true); in VMDebug_startAllocCounting()82 Runtime::Current()->SetStatsEnabled(false); in VMDebug_stopAllocCounting()
441 runtime->SetStatsEnabled(true); in Start()512 runtime->SetStatsEnabled(false); in StopTracing()
488 void SetStatsEnabled(bool new_state)
2051 void Runtime::SetStatsEnabled(bool new_state) { in SetStatsEnabled() function in art::Runtime