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

  /art/tools/tracefast-plugin/
tracefast.cc 114 void WatchedFramePop(art::Thread* thread ATTRIBUTE_UNUSED,
  /art/runtime/
trace.h 226 void WatchedFramePop(Thread* thread, const ShadowFrame& frame)
instrumentation.h 151 virtual void WatchedFramePop(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
instrumentation_test.cc 148 void WatchedFramePop(Thread* thread ATTRIBUTE_UNUSED, const ShadowFrame& frame ATTRIBUTE_UNUSED)
568 TEST_F(InstrumentationTest, WatchedFramePop) {
    [all...]
trace.cc 786 void Trace::WatchedFramePop(Thread* self ATTRIBUTE_UNUSED,
788 LOG(ERROR) << "Unexpected WatchedFramePop event in tracing";
    [all...]
instrumentation.cc     [all...]
debugger.cc 270 void WatchedFramePop(Thread* thread ATTRIBUTE_UNUSED,
272 LOG(ERROR) << "Unexpected WatchedFramePop event in debugger";
    [all...]
  /art/openjdkjvmti/
events.cc 796 void WatchedFramePop(art::Thread* self, const art::ShadowFrame& frame)
    [all...]

Completed in 281 milliseconds