Searched refs:MethodExited (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | trace.h | 81 void MethodExited(Thread* thread, mirror::Object* this_object,
|
D | instrumentation.h | 68 virtual void MethodExited(Thread* thread, mirror::Object* this_object,
|
D | trace.cc | 598 void Trace::MethodExited(Thread* thread, mirror::Object* this_object, in MethodExited() function in art::Trace
|
D | instrumentation.cc | 960 cur->MethodExited(thread, this_object, method, dex_pc, return_value); in MethodExitEventImpl()
|
D | debugger.cc | 247 void MethodExited(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in MethodExited() function in art::FINAL
|