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

  /art/tools/tracefast-plugin/
tracefast.cc 51 void MethodExited(art::Thread* thread ATTRIBUTE_UNUSED,
58 void MethodExited(art::Thread* thread ATTRIBUTE_UNUSED,
  /art/runtime/
instrumentation.h 76 virtual void MethodExited(Thread* thread,
84 // value (if appropriate) or use the alternate MethodExited callback instead if they need to
86 virtual void MethodExited(Thread* thread,
94 // MethodExited call-back or a MethodUnwind call-back when its activation is removed.
    [all...]
trace.h 184 void MethodExited(Thread* thread,
instrumentation.cc 57 void InstrumentationListener::MethodExited(Thread* thread,
66 MethodExited(thread, this_object, method, dex_pc, v);
    [all...]
instrumentation_test.cc 65 void MethodExited(Thread* thread ATTRIBUTE_UNUSED,
74 void MethodExited(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
trace.cc 745 void Trace::MethodExited(Thread* thread,
    [all...]
debugger.cc 168 // RETURN so we know the MethodExited method is going to be called right after us. To avoid
169 // sending JDWP events twice for this location, we report the event(s) in MethodExited.
178 void MethodExited(Thread* thread,
215 // RETURN so we know the MethodExited method is going to be called right after us. Like in
216 // MethodEntered, we delegate event reporting to MethodExited.
    [all...]
  /art/openjdkjvmti/
events.cc 593 void MethodExited(art::Thread* self,
620 void MethodExited(art::Thread* self,
648 // MethodExited call-back or a MethodUnwind call-back when its activation is removed.
    [all...]

Completed in 1958 milliseconds