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

  /art/runtime/jit/
jit_instrumentation.h 90 virtual void DexPcMoved(Thread* /*self*/, mirror::Object* /*this_object*/,
  /art/runtime/
trace.h 159 void DexPcMoved(Thread* thread, mirror::Object* this_object,
instrumentation.h 81 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object,
instrumentation.cc     [all...]
instrumentation_test.cc 68 void DexPcMoved(Thread* thread ATTRIBUTE_UNUSED,
    [all...]
trace.cc 743 void Trace::DexPcMoved(Thread* thread, mirror::Object* this_object,
    [all...]
debugger.cc 247 // We also listen to kDexPcMoved instrumentation event so we know the DexPcMoved method is
249 // we report the event in DexPcMoved. However, we must remind this is method entry so we
290 void DexPcMoved(Thread* thread, mirror::Object* this_object, ArtMethod* method,
    [all...]

Completed in 179 milliseconds