HomeSort by relevance Sort by last modified time
    Searched refs:MethodExited (Results 1 - 7 of 7) sorted by null

  /art/runtime/jit/
jit_instrumentation.h 74 virtual void MethodExited(Thread* /*thread*/, mirror::Object* /*this_object*/,
  /art/runtime/
trace.h 152 void MethodExited(Thread* thread, mirror::Object* this_object,
instrumentation.h 69 virtual void MethodExited(Thread* thread, mirror::Object* this_object,
75 // MethodExited call-back or a MethodUnwind call-back when its activation is removed.
instrumentation.cc     [all...]
instrumentation_test.cc 51 void MethodExited(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
trace.cc 776 void Trace::MethodExited(Thread* thread, mirror::Object* this_object ATTRIBUTE_UNUSED,
    [all...]
debugger.cc 255 // RETURN so we know the MethodExited method is going to be called right after us. To avoid
256 // sending JDWP events twice for this location, we report the event(s) in MethodExited.
265 void MethodExited(Thread* thread, mirror::Object* this_object, ArtMethod* method,
295 // RETURN so we know the MethodExited method is going to be called right after us. Like in
296 // MethodEntered, we delegate event reporting to MethodExited.
    [all...]

Completed in 419 milliseconds