Home
last modified time | relevance | path

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

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