Searched defs:MethodUnwind (Results 1 – 4 of 4) sorted by relevance
/art/tools/tracefast-plugin/ | ||
D | tracefast.cc | 62 void MethodUnwind([[maybe_unused]] art::Thread* thread, in MethodUnwind() function in tracefast::Tracer |
/art/runtime/ | ||
D | instrumentation_test.cc | 79 void MethodUnwind([[maybe_unused]] Thread* thread, in MethodUnwind() function in art::instrumentation::TestInstrumentationListener |
D | trace.cc | 1313 void Trace::MethodUnwind(Thread* thread, ArtMethod* method, [[maybe_unused]] uint32_t dex_pc) { in MethodUnwind() function in art::Trace |
/art/openjdkjvmti/ | ||
D | events.cc | 740 void MethodUnwind(art::Thread* self, art::ArtMethod* method, [[maybe_unused]] uint32_t dex_pc) in MethodUnwind() function in openjdkjvmti::JvmtiMethodTraceListener |