Searched refs:MethodExited (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | instrumentation.cc | 51 void InstrumentationListener::MethodExited(Thread* thread, in MethodExited() function in art::instrumentation::InstrumentationListener 60 MethodExited(thread, this_object, method, dex_pc, v); in MethodExited() 975 listener->MethodExited(thread, thiz, method, dex_pc, return_value); in MethodExitEventImpl() 982 listener->MethodExited(thread, thiz, method, dex_pc, ret); in MethodExitEventImpl()
|
D | instrumentation.h | 71 virtual void MethodExited(Thread* thread, 81 virtual void MethodExited(Thread* thread,
|
D | trace.h | 149 void MethodExited(Thread* thread,
|
D | instrumentation_test.cc | 63 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::FINAL 72 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::FINAL
|
D | trace.cc | 785 void Trace::MethodExited(Thread* thread, in MethodExited() function in art::Trace
|
D | debugger.cc | 169 void MethodExited(Thread* thread, in MethodExited() function in art::FINAL
|
/art/runtime/openjdkjvmti/ |
D | events.cc | 346 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::FINAL 371 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::FINAL
|