Home
last modified time | relevance | path

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

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