Home
last modified time | relevance | path

Searched refs:SetSaveProfilingInfo (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h134 void SetSaveProfilingInfo(bool save_profiling_info) { in SetSaveProfilingInfo() function
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc285 Runtime::Current()->GetJITOptions()->SetSaveProfilingInfo(profile_system_server); in ZygoteHooks_nativePostForkSystemServer()
/art/runtime/
Druntime.cc1460 jit_options_->SetSaveProfilingInfo(false); in Init()