Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc114 HeapSampler* sampler_self = reinterpret_cast<HeapSampler*>(enable_ptr); in EnableHeapSamplerCallback() local
118 sampler_self->SetSamplingInterval(interval); in EnableHeapSamplerCallback()
125 sampler_self->EnableHeapSampler(); in EnableHeapSamplerCallback()
131 HeapSampler* sampler_self = reinterpret_cast<HeapSampler*>(disable_ptr); in DisableHeapSamplerCallback() local
132 sampler_self->DisableHeapSampler(); in DisableHeapSamplerCallback()