Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc386 instrumentation::Instrumentation::kMethodUnwind); in Start()
441 instrumentation::Instrumentation::kMethodUnwind); in StopTracing()
527 instrumentation::Instrumentation::kMethodUnwind); in Pause()
568 instrumentation::Instrumentation::kMethodUnwind); in Resume()
809 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind, in MethodUnwind()
958 case instrumentation::Instrumentation::kMethodUnwind: in LogMethodTraceEvent()
Dinstrumentation_test.cc371 case instrumentation::Instrumentation::kMethodUnwind: in HasEventListener()
413 case instrumentation::Instrumentation::kMethodUnwind: in ReportEvent()
465 case instrumentation::Instrumentation::kMethodUnwind: in DidListenerReceiveEvent()
576 TestEvent(instrumentation::Instrumentation::kMethodUnwind); in TEST_F()
Dinstrumentation.cc498 PotentiallyAddListenerTo(kMethodUnwind, in AddListener()
585 PotentiallyRemoveListenerFrom(kMethodUnwind, in RemoveListener()
Dinstrumentation.h170 kMethodUnwind = 0x4, enumerator
/art/openjdkjvmti/
Devents.cc864 art::instrumentation::Instrumentation::kMethodUnwind; in GetInstrumentationEventsFor()