Searched refs:kMethodExited (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | trace.cc | 260 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()
|
D | instrumentation_test.cc | 357 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()
|
D | instrumentation.h | 183 kMethodExited = 0x2, enumerator
|
D | instrumentation.cc | 557 PotentiallyAddListenerTo(kMethodExited, in AddListener() 639 PotentiallyRemoveListenerFrom(kMethodExited, in RemoveListener()
|
D | debugger.cc | 285 return IsListeningTo(instrumentation::Instrumentation::kMethodExited); in IsListeningToMethodExit() 3107 case instrumentation::Instrumentation::kMethodExited: in GetReferenceCounterForEvent()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 135 art::instrumentation::Instrumentation::kMethodExited | in StartTracing()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 172 return instrumentation::Instrumentation::kMethodExited; in GetInstrumentationEventFor()
|
/art/openjdkjvmti/ |
D | events.cc | 955 return art::instrumentation::Instrumentation::kMethodExited | in GetInstrumentationEventsFor()
|