Home
last modified time | relevance | path

Searched refs:kMethodExited (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dtrace.cc260 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited, in CompareAndUpdateStackTrace()
425 instrumentation::Instrumentation::kMethodExited | in Start()
483 instrumentation::Instrumentation::kMethodExited | in StopTracing()
753 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodExited, in MethodExited()
914 case instrumentation::Instrumentation::kMethodExited: in LogMethodTraceEvent()
Dinstrumentation_test.cc357 case instrumentation::Instrumentation::kMethodExited: in HasEventListener()
394 case instrumentation::Instrumentation::kMethodExited: { in ReportEvent()
445 case instrumentation::Instrumentation::kMethodExited: in DidListenerReceiveEvent()
531 TestEvent(instrumentation::Instrumentation::kMethodExited, in TEST_F()
550 TestEvent(instrumentation::Instrumentation::kMethodExited, in TEST_F()
Dinstrumentation.h183 kMethodExited = 0x2, enumerator
Dinstrumentation.cc557 PotentiallyAddListenerTo(kMethodExited, in AddListener()
639 PotentiallyRemoveListenerFrom(kMethodExited, in RemoveListener()
Ddebugger.cc285 return IsListeningTo(instrumentation::Instrumentation::kMethodExited); in IsListeningToMethodExit()
3107 case instrumentation::Instrumentation::kMethodExited: in GetReferenceCounterForEvent()
/art/tools/tracefast-plugin/
Dtracefast.cc135 art::instrumentation::Instrumentation::kMethodExited | in StartTracing()
/art/runtime/jdwp/
Djdwp_event.cc172 return instrumentation::Instrumentation::kMethodExited; in GetInstrumentationEventFor()
/art/openjdkjvmti/
Devents.cc955 return art::instrumentation::Instrumentation::kMethodExited | in GetInstrumentationEventsFor()