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

  /art/runtime/
trace.h 156 void MethodUnwind(Thread* thread,
instrumentation.h 89 // MethodExited call-back or a MethodUnwind call-back when its activation is removed.
90 virtual void MethodUnwind(Thread* thread,
instrumentation.cc     [all...]
instrumentation_test.cc 81 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
trace.cc 797 void Trace::MethodUnwind(Thread* thread,
    [all...]
debugger.cc 189 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
  /art/runtime/openjdkjvmti/
events.cc 397 // MethodExited call-back or a MethodUnwind call-back when its activation is removed.
398 void MethodUnwind(art::Thread* self,

Completed in 99 milliseconds