Home
last modified time | relevance | path

Searched refs:MethodExitEventImpl (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.h459 MethodExitEventImpl(thread, method, frame, return_value); in MethodExitEvent()
634 void MethodExitEventImpl(Thread* thread,
Dinstrumentation.cc1467 void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl() function in art::instrumentation::Instrumentation
1485 template<> void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl() function in art::instrumentation::Instrumentation
1506 MethodExitEventImpl(thread, method, frame, ret); in MethodExitEventImpl()