Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h182 const ProfilerOptions& GetProfilerOptions() const { return options_; } in GetProfilerOptions() function
Doat_file_assistant.cc89 || !Runtime::Current()->GetProfilerOptions().IsEnabled()) { in OatFileAssistant()
524 const ProfilerOptions& options = Runtime::Current()->GetProfilerOptions(); in IsProfileChangeSignificant()
Druntime.h174 const ProfilerOptions& GetProfilerOptions() const { in GetProfilerOptions() function
Dprofiler.cc94 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); in GetSample()
/art/runtime/native/
Ddalvik_system_DexFile.cc335 if (Runtime::Current()->GetProfilerOptions().IsEnabled()) { in GetDexOptNeeded()