Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc282 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited, in CompareAndUpdateStackTrace()
385 instrumentation::Instrumentation::kMethodExited | in Start()
427 … instrumentation::Instrumentation::kMethodExited | in Stop()
605 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodExited, in MethodExited()
661 case instrumentation::Instrumentation::kMethodExited: in LogMethodTraceEvent()
Dinstrumentation.h107 kMethodExited = 1 << 1, enumerator
Dinstrumentation.cc430 if ((events & kMethodExited) != 0) { in AddListener()
494 if ((events & kMethodExited) != 0) { in RemoveListener()
Ddebugger.cc2952 case instrumentation::Instrumentation::kMethodExited: in GetReferenceCounterForEvent()
/art/runtime/jdwp/
Djdwp_event.cc157 return instrumentation::Instrumentation::kMethodExited; in GetInstrumentationEventFor()