Searched refs:the_trace (Results 1 – 1 of 1) sorted by relevance
225 Trace* the_trace = reinterpret_cast<Trace*>(arg); in GetSample() local226 the_trace->CompareAndUpdateStackTrace(thread, stack_trace); in GetSample()288 Trace* the_trace; in RunSamplingThread() local291 the_trace = the_trace_; in RunSamplingThread()292 if (the_trace == nullptr) { in RunSamplingThread()300 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()389 Trace* the_trace = nullptr; in StopTracing() local396 the_trace = the_trace_; in StopTracing()410 if (the_trace != nullptr) { in StopTracing()411 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0; in StopTracing()[all …]