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

  /art/runtime/
trace.cc 386 instrumentation::Instrumentation::kMethodUnwind);
428 instrumentation::Instrumentation::kMethodUnwind);
614 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind,
664 case instrumentation::Instrumentation::kMethodUnwind:
instrumentation.h 108 kMethodUnwind = 1 << 2,
instrumentation.cc 434 if ((events & kMethodUnwind) != 0) {
500 if ((events & kMethodUnwind) != 0) {
    [all...]

Completed in 72 milliseconds