Searched refs:the_trace (Results 1 – 1 of 1) sorted by relevance
226 Trace* the_trace = reinterpret_cast<Trace*>(arg); in GetSample() local227 the_trace->CompareAndUpdateStackTrace(thread, stack_trace); in GetSample()289 Trace* the_trace; in RunSamplingThread() local292 the_trace = the_trace_; in RunSamplingThread()293 if (the_trace == nullptr) { in RunSamplingThread()300 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()388 Trace* the_trace = nullptr; in StopTracing() local396 the_trace = the_trace_; in StopTracing()414 if (the_trace != nullptr) { in StopTracing()415 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0; in StopTracing()[all …]