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

  /art/runtime/
trace.h 147 void MethodExited(Thread* thread, mirror::Object* this_object,
instrumentation.h 70 virtual void MethodExited(Thread* thread, mirror::Object* this_object,
76 // MethodExited call-back or a MethodUnwind call-back when its activation is removed.
instrumentation.cc     [all...]
instrumentation_test.cc 54 void MethodExited(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
trace.cc 782 void Trace::MethodExited(Thread* thread, mirror::Object* this_object ATTRIBUTE_UNUSED,
    [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, mirror::Object* this_object, ArtMethod* method,
208 // RETURN so we know the MethodExited method is going to be called right after us. Like in
209 // MethodEntered, we delegate event reporting to MethodExited.
    [all...]

Completed in 408 milliseconds