Searched refs:MethodUnwind (Results 1 – 7 of 7) sorted by relevance
/art/tools/tracefast-plugin/ | ||
D | tracefast.cc | 68 void MethodUnwind(art::Thread* thread ATTRIBUTE_UNUSED, in MethodUnwind() function in tracefast::Tracer |
/art/runtime/ | ||
D | trace.h | 192 void MethodUnwind(Thread* thread, |
D | instrumentation.h | 104 virtual void MethodUnwind(Thread* thread, |
D | trace.cc | 762 void Trace::MethodUnwind(Thread* thread, in MethodUnwind() function in art::Trace |
D | instrumentation_test.cc | 86 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED, in MethodUnwind() function in art::instrumentation::TestInstrumentationListener |
D | instrumentation.cc | 1272 listener->MethodUnwind(thread, thiz, method, dex_pc); in MethodUnwindEvent() |
/art/openjdkjvmti/ | ||
D | events.cc | 751 void MethodUnwind(art::Thread* self, in MethodUnwind() function in openjdkjvmti::JvmtiMethodTraceListener |