Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc355 case instrumentation::Instrumentation::kDexPcMoved: in HasEventListener()
396 case instrumentation::Instrumentation::kDexPcMoved: in ReportEvent()
444 case instrumentation::Instrumentation::kDexPcMoved: in DidListenerReceiveEvent()
552 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
Dinstrumentation.cc820 PotentiallyAddListenerTo(kDexPcMoved, in AddListener()
850 if (HasEvent(kDexPcMoved, events)) { in AddListener()
951 PotentiallyRemoveListenerFrom(kDexPcMoved, in RemoveListener()
981 if (HasEvent(kDexPcMoved, events)) { in RemoveListener()
Dinstrumentation.h187 kDexPcMoved = 0x8, enumerator
/art/openjdkjvmti/
Devents.cc1095 return art::instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventsFor()