Searched refs:IsEnabled (Results 1 – 9 of 9) sorted by relevance
71 bool IsEnabled();
134 bool HeapSampler::IsEnabled() { in IsEnabled() function in art::HeapSampler
80 bool IsEnabled() const { in IsEnabled() function
107 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
101 DCHECK(options_.IsEnabled()); in ProfileSaver()1028 DCHECK(options.IsEnabled()); in Start()
285 bool IsEnabled() const { return enabled_; } in IsEnabled() function
554 bool IsEnabled() { in IsEnabled() function in openjdkjvmti::JvmtiGcPauseListener573 bool old_state = listener->IsEnabled(); in SetupGcPauseTracking()581 bool new_state = listener->IsEnabled(); in SetupGcPauseTracking()
4341 return GetHeapSampler().IsEnabled(); in CheckPerfettoJHPEnabled()4348 if (prof_heap_sampler.IsEnabled()) { in JHPCheckNonTlabSampleAllocation()
4594 if (heap->GetHeapSampler().IsEnabled()) { in ResetTlab()