Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h1071 bool IsSystemServerProfiled() const;
Druntime.cc3344 bool Runtime::IsSystemServerProfiled() const { in IsSystemServerProfiled() function in art::Runtime
3349 return !IsAotCompiler() && !IsSystemServerProfiled(); in GetOatFilesExecutable()
/art/runtime/jit/
Djit.cc1206 !runtime->IsSystemServerProfiled() && in RegisterDexFiles()