Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc371 instrumentation::Instrumentation::kMethodUnwind); in Start()
424 instrumentation::Instrumentation::kMethodUnwind); in StopTracing()
506 … instrumentation::Instrumentation::kMethodUnwind); in Pause()
544 instrumentation::Instrumentation::kMethodUnwind); in Resume()
791 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind, in MethodUnwind()
915 case instrumentation::Instrumentation::kMethodUnwind: in LogMethodTraceEvent()
Dinstrumentation_test.cc287 case instrumentation::Instrumentation::kMethodUnwind: in HasEventListener()
318 case instrumentation::Instrumentation::kMethodUnwind: in ReportEvent()
355 case instrumentation::Instrumentation::kMethodUnwind: in DidListenerReceiveEvent()
407 TestEvent(instrumentation::Instrumentation::kMethodUnwind); in TEST_F()
Dinstrumentation.h111 kMethodUnwind = 0x4, enumerator
Dinstrumentation.cc407 if (HasEvent(kMethodUnwind, events)) { in AddListener()
473 if (HasEvent(kMethodUnwind, events) && have_method_unwind_listeners_) { in RemoveListener()