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.h113 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
Dprofile_saver.cc101 DCHECK(options_.IsEnabled()); in ProfileSaver()
1022 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()
/art/runtime/gc/
Dheap.cc4178 return GetHeapSampler().IsEnabled(); in CheckPerfettoJHPEnabled()
4185 if (obj != nullptr && prof_heap_sampler.IsEnabled()) { in JHPCheckNonTlabSampleAllocation()
/art/runtime/
Dthread.cc4284 if (heap->GetHeapSampler().IsEnabled()) { in ResetTlab()