Searched refs:the_trace (Results 1 – 1 of 1) sorted by relevance
221 Trace* the_trace = reinterpret_cast<Trace*>(arg); in GetSample() local222 the_trace->CompareAndUpdateStackTrace(thread, stack_trace); in GetSample()284 Trace* the_trace; in RunSamplingThread() local287 the_trace = the_trace_; in RunSamplingThread()288 if (the_trace == nullptr) { in RunSamplingThread()301 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()448 Trace* the_trace = nullptr; in StopTracing() local456 the_trace = the_trace_; in StopTracing()469 if (the_trace != nullptr) { in StopTracing()470 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0; in StopTracing()[all …]