Home
last modified time | relevance | path

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

/art/runtime/javaheapprof/
Djavaheapsampler.h71 bool IsEnabled();
Djavaheapsampler.cc134 bool HeapSampler::IsEnabled() { in IsEnabled() function in art::HeapSampler
/art/runtime/jit/
Dprofile_saver_options.h80 bool IsEnabled() const { in IsEnabled() function
Djit.h107 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
Dprofile_saver.cc101 DCHECK(options_.IsEnabled()); in ProfileSaver()
1028 DCHECK(options.IsEnabled()); in Start()
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h285 bool IsEnabled() const { return enabled_; } in IsEnabled() function
/art/openjdkjvmti/
Devents.cc554 bool IsEnabled() { in IsEnabled() function in openjdkjvmti::JvmtiGcPauseListener
573 bool old_state = listener->IsEnabled(); in SetupGcPauseTracking()
581 bool new_state = listener->IsEnabled(); in SetupGcPauseTracking()
/art/runtime/gc/
Dheap.cc4341 return GetHeapSampler().IsEnabled(); in CheckPerfettoJHPEnabled()
4348 if (prof_heap_sampler.IsEnabled()) { in JHPCheckNonTlabSampleAllocation()
/art/runtime/
Dthread.cc4594 if (heap->GetHeapSampler().IsEnabled()) { in ResetTlab()