Home
last modified time | relevance | path

Searched refs:DexPcMoved (Results 1 – 7 of 7) sorted by relevance

/art/tools/tracefast-plugin/
Dtracefast.cc67 void DexPcMoved([[maybe_unused]] art::Thread* thread, in DexPcMoved() function in tracefast::Tracer
/art/runtime/
Dtrace.h483 void DexPcMoved(Thread* thread,
Dinstrumentation.h103 virtual void DexPcMoved(Thread* thread,
Dinstrumentation_test.cc86 void DexPcMoved([[maybe_unused]] Thread* thread, in DexPcMoved() function in art::instrumentation::TestInstrumentationListener
Dinstrumentation.cc1533 listener->DexPcMoved(thread, thiz, method, dex_pc); in DexPcMovedEventImpl()
Dtrace.cc1265 void Trace::DexPcMoved([[maybe_unused]] Thread* thread, in DexPcMoved() function in art::Trace
/art/openjdkjvmti/
Devents.cc767 void DexPcMoved(art::Thread* self, in DexPcMoved() function in openjdkjvmti::JvmtiMethodTraceListener