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

  /art/runtime/
instrumentation_test.cc 301 case instrumentation::Instrumentation::kDexPcMoved:
335 case instrumentation::Instrumentation::kDexPcMoved:
374 case instrumentation::Instrumentation::kDexPcMoved:
430 TestEvent(instrumentation::Instrumentation::kDexPcMoved);
    [all...]
instrumentation.cc 459 PotentiallyAddListenerTo(kDexPcMoved,
536 PotentiallyRemoveListenerFrom(kDexPcMoved,
    [all...]
instrumentation.h 124 kDexPcMoved = 0x8,
debugger.cc 150 // We also listen to kDexPcMoved instrumentation event so we know the DexPcMoved method is
259 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved);
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 161 return instrumentation::Instrumentation::kDexPcMoved;
    [all...]

Completed in 44 milliseconds