Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h74 bool IsEnabled() const { in IsEnabled() function
Djit.h109 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
Dprofile_saver.cc104 DCHECK(options_.IsEnabled()); in ProfileSaver()
712 DCHECK(options.IsEnabled()); in Start()
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h285 bool IsEnabled() const { return enabled_; } in IsEnabled() function
/art/openjdkjvmti/
Devents.cc557 bool IsEnabled() { in IsEnabled() function in openjdkjvmti::JvmtiGcPauseListener
576 bool old_state = listener->IsEnabled(); in SetupGcPauseTracking()
584 bool new_state = listener->IsEnabled(); in SetupGcPauseTracking()