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.h97 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
Dprofile_saver.cc102 DCHECK(options_.IsEnabled()); in ProfileSaver()
689 DCHECK(options.IsEnabled()); in Start()
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h283 bool IsEnabled() const { return enabled_; } in IsEnabled() function
/art/openjdkjvmti/
Devents.cc534 bool IsEnabled() { in IsEnabled() function in openjdkjvmti::JvmtiGcPauseListener
553 bool old_state = listener->IsEnabled(); in SetupGcPauseTracking()
561 bool new_state = listener->IsEnabled(); in SetupGcPauseTracking()