Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h447 MethodEnterEventImpl(thread, method); in MethodEnterEvent()
631 void MethodEnterEventImpl(Thread* thread, ArtMethod* method) const
Dinstrumentation.cc1450 void Instrumentation::MethodEnterEventImpl(Thread* thread, ArtMethod* method) const { in MethodEnterEventImpl() function in art::instrumentation::Instrumentation