Searched refs:kMethodExited (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dtrace.cc272 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited,
377 instrumentation::Instrumentation::kMethodExited |
433 instrumentation::Instrumentation::kMethodExited |
520 instrumentation::Instrumentation::kMethodExited |
561 instrumentation::Instrumentation::kMethodExited |
788 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodExited,
932 case instrumentation::Instrumentation::kMethodExited:
H A Dinstrumentation_test.cc298 case instrumentation::Instrumentation::kMethodExited:
328 case instrumentation::Instrumentation::kMethodExited: {
371 case instrumentation::Instrumentation::kMethodExited:
423 TestEvent(instrumentation::Instrumentation::kMethodExited);
H A Dinstrumentation.cc440 PotentiallyAddListenerTo(kMethodExited,
517 PotentiallyRemoveListenerFrom(kMethodExited,
H A Dinstrumentation.h123 kMethodExited = 0x2, enumerator in enum:art::instrumentation::Instrumentation::InstrumentationEvent
H A Ddebugger.cc167 // We also listen to kMethodExited instrumentation event and the current instruction is a
207 // We also listen to kMethodExited instrumentation event and the current instruction is a
273 return IsListeningTo(instrumentation::Instrumentation::kMethodExited);
3131 case instrumentation::Instrumentation::kMethodExited:
/art/runtime/jdwp/
H A Djdwp_event.cc172 return instrumentation::Instrumentation::kMethodExited;

Completed in 78 milliseconds