Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h274 MethodExitEventImpl(thread, this_object, method, dex_pc, return_value); in MethodExitEvent()
362 void MethodExitEventImpl(Thread* thread, mirror::Object* this_object,
Dinstrumentation.cc950 void Instrumentation::MethodExitEventImpl(Thread* thread, mirror::Object* this_object, in MethodExitEventImpl() function in art::instrumentation::Instrumentation