HomeSort by relevance Sort by last modified time
    Searched refs:DexPcMoved (Results 1 - 6 of 6) sorted by null

  /art/runtime/
trace.h 156 void DexPcMoved(Thread* thread, mirror::Object* this_object,
instrumentation.h 82 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object,
instrumentation.cc     [all...]
instrumentation_test.cc 71 void DexPcMoved(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
trace.cc 741 void Trace::DexPcMoved(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
debugger.cc 160 // We also listen to kDexPcMoved instrumentation event so we know the DexPcMoved method is
162 // we report the event in DexPcMoved. However, we must remind this is method entry so we
203 void DexPcMoved(Thread* thread, mirror::Object* this_object, ArtMethod* method,
    [all...]

Completed in 182 milliseconds