Searched refs:MethodUnwind (Results 1 – 8 of 8) sorted by relevance
/art/tools/tracefast-plugin/ | ||
D | tracefast.cc | 65 void MethodUnwind(art::Thread* thread ATTRIBUTE_UNUSED, in MethodUnwind() function in tracefast::Tracer |
/art/runtime/ | ||
D | trace.h | 191 void MethodUnwind(Thread* thread, |
D | instrumentation.h | 95 virtual void MethodUnwind(Thread* thread, |
D | trace.cc | 757 void Trace::MethodUnwind(Thread* thread, in MethodUnwind() function in art::Trace |
D | instrumentation_test.cc | 83 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED, in MethodUnwind() function in art::instrumentation::TestInstrumentationListener |
D | instrumentation.cc | 1204 listener->MethodUnwind(thread, thiz, method, dex_pc); in MethodUnwindEvent() |
D | debugger.cc | 198 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED, in MethodUnwind() function in art::DebugInstrumentationListener |
/art/openjdkjvmti/ | ||
D | events.cc | 649 void MethodUnwind(art::Thread* self, in MethodUnwind() function in openjdkjvmti::JvmtiMethodTraceListener |