Searched refs:IsEnabled (Results 1 - 6 of 6) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver_options.h74 bool IsEnabled() const { function in struct:art::ProfileSaverOptions
H A Djit.h102 return profile_saver_options_.IsEnabled();
244 return profile_saver_options_.IsEnabled();
H A Djit.cc180 DCHECK(options->UseJitCompilation() || options->GetProfileSaverOptions().IsEnabled());
361 if (profile_saver_options_.IsEnabled()) {
370 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) {
384 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted());
H A Dprofile_saver.cc97 DCHECK(options_.IsEnabled());
652 DCHECK(options.IsEnabled());
/art/compiler/debug/dwarf/
H A Ddebug_frame_opcode_writer.h283 bool IsEnabled() const { return enabled_; } function in class:art::dwarf::DebugFrameOpCodeWriter
/art/openjdkjvmti/
H A Devents.cc440 bool IsEnabled() { function in class:openjdkjvmti::JvmtiGcPauseListener
459 bool old_state = listener->IsEnabled();
467 bool new_state = listener->IsEnabled();

Completed in 80 milliseconds