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
113 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
101 DCHECK(options_.IsEnabled()); in ProfileSaver()1022 DCHECK(options.IsEnabled()); in Start()
285 bool IsEnabled() const { return enabled_; } in IsEnabled() function
557 bool IsEnabled() { in IsEnabled() function in openjdkjvmti::JvmtiGcPauseListener576 bool old_state = listener->IsEnabled(); in SetupGcPauseTracking()584 bool new_state = listener->IsEnabled(); in SetupGcPauseTracking()
4178 return GetHeapSampler().IsEnabled(); in CheckPerfettoJHPEnabled()4185 if (obj != nullptr && prof_heap_sampler.IsEnabled()) { in JHPCheckNonTlabSampleAllocation()
4284 if (heap->GetHeapSampler().IsEnabled()) { in ResetTlab()