Home
last modified time | relevance | path

Searched refs:IsEnabled (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dprofiler_options.h76 bool IsEnabled() const { in IsEnabled() function
Dprofiler.cc329 if (!options.IsEnabled()) { in Start()
Druntime.cc467 if (profiler_options_.IsEnabled() && !profile_output_filename_.empty()) { in Start()
/art/runtime/native/
Ddalvik_system_DexFile.cc421 if (Runtime::Current()->GetProfilerOptions().IsEnabled() && (pkgname != nullptr)) { in CopyProfileFile()