Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc119 HeapSampler* sampler_self = reinterpret_cast<HeapSampler*>(enable_ptr); in EnableHeapSamplerCallback() local
123 sampler_self->SetSamplingInterval(interval); in EnableHeapSamplerCallback()
130 sampler_self->EnableHeapSampler(); in EnableHeapSamplerCallback()
136 HeapSampler* sampler_self = reinterpret_cast<HeapSampler*>(disable_ptr); in DisableHeapSamplerCallback() local
137 sampler_self->DisableHeapSampler(); in DisableHeapSamplerCallback()