Home
last modified time | relevance | path

Searched refs:MethodExited (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dtrace.h81 void MethodExited(Thread* thread, mirror::Object* this_object,
Dinstrumentation.h68 virtual void MethodExited(Thread* thread, mirror::Object* this_object,
Dtrace.cc598 void Trace::MethodExited(Thread* thread, mirror::Object* this_object, in MethodExited() function in art::Trace
Dinstrumentation.cc960 cur->MethodExited(thread, this_object, method, dex_pc, return_value); in MethodExitEventImpl()
Ddebugger.cc247 void MethodExited(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in MethodExited() function in art::FINAL