Lines Matching refs:Sampler
139 class Sampler;
157 Sampler* sampler();
371 // Returns whether profiler's sampler is active.
374 // The sampler used by the profiler and the sliding state window.
440 typedef void (*VisitSampler)(Sampler*, void*);
448 // Adds/Removes an active sampler.
449 static void AddActiveSampler(Sampler* sampler);
450 static void RemoveActiveSampler(Sampler* sampler);
457 static List<Sampler*>* active_samplers_;