HomeSort by relevance Sort by last modified time
    Searched refs:kMethodUnwind (Results 1 - 3 of 3) sorted by null

  /art/runtime/
instrumentation.h 87 kMethodUnwind = 4,
trace.cc 385 instrumentation::Instrumentation::kMethodUnwind);
418 instrumentation::Instrumentation::kMethodUnwind);
577 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind,
627 case instrumentation::Instrumentation::kMethodUnwind:
instrumentation.cc 275 if ((events & kMethodUnwind) != 0) {
314 if ((events & kMethodUnwind) != 0) {

Completed in 158 milliseconds