Searched refs:kDexPcMoved (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dinstrumentation_test.cc302 case instrumentation::Instrumentation::kDexPcMoved:
336 case instrumentation::Instrumentation::kDexPcMoved:
375 case instrumentation::Instrumentation::kDexPcMoved:
431 TestEvent(instrumentation::Instrumentation::kDexPcMoved);
H A Dinstrumentation.cc460 PotentiallyAddListenerTo(kDexPcMoved,
537 PotentiallyRemoveListenerFrom(kDexPcMoved,
H A Dinstrumentation.h125 kDexPcMoved = 0x8, enumerator in enum:art::instrumentation::Instrumentation::InstrumentationEvent
H A Ddebugger.cc160 // We also listen to kDexPcMoved instrumentation event so we know the DexPcMoved method is
269 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved);
3133 case instrumentation::Instrumentation::kDexPcMoved:
/art/runtime/jdwp/
H A Djdwp_event.cc164 return instrumentation::Instrumentation::kDexPcMoved;

Completed in 120 milliseconds