Home
last modified time | relevance | path

Searched refs:kMethodUnwind (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dtrace.cc386 instrumentation::Instrumentation::kMethodUnwind); in Start()
428 … instrumentation::Instrumentation::kMethodUnwind); in Stop()
614 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind, in MethodUnwind()
664 case instrumentation::Instrumentation::kMethodUnwind: in LogMethodTraceEvent()
Dinstrumentation.h108 kMethodUnwind = 1 << 2, enumerator
Dinstrumentation.cc434 if ((events & kMethodUnwind) != 0) { in AddListener()
500 if ((events & kMethodUnwind) != 0) { in RemoveListener()