Home
last modified time | relevance | path

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

/art/runtime/javaheapprof/
Djavaheapsampler.h71 bool IsEnabled() { return enabled_.load(std::memory_order_acquire); } in IsEnabled() function
/art/runtime/jit/
Djit_options.h77 return profile_saver_options_.IsEnabled(); in GetSaveProfilingInfo()
Dprofile_saver_options.h78 bool IsEnabled() const { in IsEnabled() function
Dprofile_saver.cc101 DCHECK(options_.IsEnabled()); in ProfileSaver()
989 DCHECK(options.IsEnabled()); in Start()
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h285 bool IsEnabled() const { return enabled_; } in IsEnabled() function
/art/runtime/gc/
Dheap-inl.h294 if (GetHeapSampler().IsEnabled()) { in AllocLargeObject()
Dheap.h283 if (GetHeapSampler().IsEnabled()) { in AllocNonMovableObject()
Dheap.cc4273 if (GetHeapSampler().IsEnabled()) { in RegisterNativeAllocation()
4550 bool jhp_enabled = GetHeapSampler().IsEnabled(); in AllocWithNewTLAB()
/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/
Dthread.cc4628 if (heap->GetHeapSampler().IsEnabled()) { in ResetTlab()