Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h84 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object,
Dinstrumentation.h67 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object,
Dinstrumentation.cc451 listener->DexPcMoved(thread, this_object, method, dex_pc); in DexPcMovedEventImpl()
Dtrace.cc547 void Trace::DexPcMoved(Thread* thread, mirror::Object* this_object, in DexPcMoved() function in art::Trace
Ddebugger.cc146 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object, in DexPcMoved() function in art::DebugInstrumentationListener