Searched refs:MethodExitEventImpl (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | instrumentation.h | 421 MethodExitEventImpl(thread, this_object, method, dex_pc, frame, return_value); in MethodExitEvent() 606 void MethodExitEventImpl(Thread* thread,
|
D | instrumentation.cc | 1219 void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl() function in art::instrumentation::Instrumentation 1237 template<> void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl() function in art::instrumentation::Instrumentation 1256 MethodExitEventImpl(thread, thiz.Get(), method, dex_pc, frame, ret); in MethodExitEventImpl()
|