HomeSort by relevance Sort by last modified time
    Searched full:the_trace (Results 1 - 1 of 1) sorted by null

  /art/runtime/
trace.cc 245 Trace* the_trace = reinterpret_cast<Trace*>(arg); local
246 the_trace->CompareAndUpdateStackTrace(thread, stack_trace);
309 Trace* the_trace; local
312 the_trace = the_trace_;
313 if (the_trace == NULL) {
321 runtime->GetThreadList()->ForEach(GetSample, the_trace);
395 Trace* the_trace = NULL; local
402 the_trace = the_trace_;
408 if (the_trace != NULL) {
409 the_trace->FinishTracing()
    [all...]

Completed in 61 milliseconds