Home
last modified time | relevance | path

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

/art/tools/tracefast-plugin/
Dtracefast.cc74 void DexPcMoved(art::Thread* thread ATTRIBUTE_UNUSED, in DexPcMoved() function in tracefast::Tracer
/art/runtime/
Dtrace.h198 void DexPcMoved(Thread* thread,
Dinstrumentation.h111 virtual void DexPcMoved(Thread* thread,
Dtrace.cc703 void Trace::DexPcMoved(Thread* thread ATTRIBUTE_UNUSED, in DexPcMoved() function in art::Trace
Dinstrumentation_test.cc94 void DexPcMoved(Thread* thread ATTRIBUTE_UNUSED, in DexPcMoved() function in art::instrumentation::TestInstrumentationListener
Dinstrumentation.cc1267 listener->DexPcMoved(thread, thiz, method, dex_pc); in DexPcMovedEventImpl()
/art/openjdkjvmti/
Devents.cc780 void DexPcMoved(art::Thread* self, in DexPcMoved() function in openjdkjvmti::JvmtiMethodTraceListener