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

  /art/runtime/
instrumentation_test.cc 352 case instrumentation::Instrumentation::kDexPcMoved:
390 case instrumentation::Instrumentation::kDexPcMoved:
431 case instrumentation::Instrumentation::kDexPcMoved:
523 TestEvent(instrumentation::Instrumentation::kDexPcMoved);
    [all...]
instrumentation.h 158 kDexPcMoved = 0x8,
instrumentation.cc 487 PotentiallyAddListenerTo(kDexPcMoved,
564 PotentiallyRemoveListenerFrom(kDexPcMoved,
    [all...]
debugger.cc 151 // We also listen to kDexPcMoved instrumentation event so we know the DexPcMoved method is
274 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved);
    [all...]
  /art/runtime/openjdkjvmti/
events.cc 584 return art::instrumentation::Instrumentation::kDexPcMoved;
  /art/runtime/jdwp/
jdwp_event.cc 164 return instrumentation::Instrumentation::kDexPcMoved;
    [all...]

Completed in 133 milliseconds