Searched refs:DexPcMoved (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | trace.h | 88 void DexPcMoved(Thread* thread, mirror::Object* this_object,
|
D | instrumentation.h | 80 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object,
|
D | trace.cc | 568 void Trace::DexPcMoved(Thread* thread, mirror::Object* this_object, in DexPcMoved() function in art::Trace
|
D | instrumentation.cc | 980 listener->DexPcMoved(thread, this_object, method, dex_pc); in DexPcMovedEventImpl()
|
D | debugger.cc | 265 void DexPcMoved(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in DexPcMoved() function in art::FINAL
|