Home
last modified time | relevance | path

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

/art/tools/tracefast-plugin/
Dtracefast.cc132 art::instrumentation::Instrumentation::kMethodUnwind); in StartTracing()
/art/runtime/
Dinstrumentation_test.cc353 case instrumentation::Instrumentation::kMethodUnwind: in HasEventListener()
393 case instrumentation::Instrumentation::kMethodUnwind: in ReportEvent()
442 case instrumentation::Instrumentation::kMethodUnwind: in DidListenerReceiveEvent()
548 TestEvent(instrumentation::Instrumentation::kMethodUnwind); in TEST_F()
Dtrace.cc859 instrumentation::Instrumentation::kMethodUnwind, in Start()
920 instrumentation::Instrumentation::kMethodUnwind, in StopTracing()
972 instrumentation::Instrumentation::kMethodUnwind, in RemoveListeners()
Dinstrumentation.h186 kMethodUnwind = 0x4, enumerator
Dinstrumentation.cc810 PotentiallyAddListenerTo(kMethodUnwind, in AddListener()
941 PotentiallyRemoveListenerFrom(kMethodUnwind, in RemoveListener()
/art/openjdkjvmti/
Devents.cc1075 art::instrumentation::Instrumentation::kMethodUnwind; in GetInstrumentationEventsFor()