Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc301 case instrumentation::Instrumentation::kDexPcMoved: in HasEventListener()
335 case instrumentation::Instrumentation::kDexPcMoved: in ReportEvent()
374 case instrumentation::Instrumentation::kDexPcMoved: in DidListenerReceiveEvent()
430 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
Dinstrumentation.cc459 PotentiallyAddListenerTo(kDexPcMoved, in AddListener()
536 PotentiallyRemoveListenerFrom(kDexPcMoved, in RemoveListener()
Dinstrumentation.h124 kDexPcMoved = 0x8, enumerator
Ddebugger.cc259 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved); in IsListeningToDexPcMoved()
3072 case instrumentation::Instrumentation::kDexPcMoved: in GetReferenceCounterForEvent()
/art/runtime/jdwp/
Djdwp_event.cc161 return instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventFor()