Home
last modified time | relevance | path

Searched defs:MethodExited (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Djit_instrumentation.h74 virtual void MethodExited(Thread* /*thread*/, mirror::Object* /*this_object*/, in MethodExited() function
/art/runtime/
Dinstrumentation_test.cc51 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::FINAL
Dtrace.cc776 void Trace::MethodExited(Thread* thread, mirror::Object* this_object ATTRIBUTE_UNUSED, in MethodExited() function in art::Trace
Ddebugger.cc265 void MethodExited(Thread* thread, mirror::Object* this_object, ArtMethod* method, in MethodExited() function in art::FINAL