Searched refs:the_trace (Results 1 – 1 of 1) sorted by relevance
234 Trace* the_trace = reinterpret_cast<Trace*>(arg); in GetSample() local235 the_trace->CompareAndUpdateStackTrace(thread, stack_trace); in GetSample()297 Trace* the_trace; in RunSamplingThread() local300 the_trace = the_trace_; in RunSamplingThread()301 if (the_trace == nullptr) { in RunSamplingThread()314 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()402 Trace* the_trace = nullptr; in StopTracing() local410 the_trace = the_trace_; in StopTracing()423 if (the_trace != nullptr) { in StopTracing()424 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0; in StopTracing()[all …]