Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc364 case instrumentation::Instrumentation::kDexPcMoved: in HasEventListener()
405 case instrumentation::Instrumentation::kDexPcMoved: in ReportEvent()
453 case instrumentation::Instrumentation::kDexPcMoved: in DidListenerReceiveEvent()
565 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
Dinstrumentation.h195 kDexPcMoved = 0x8, enumerator
Dinstrumentation.cc605 PotentiallyAddListenerTo(kDexPcMoved, in AddListener()
687 PotentiallyRemoveListenerFrom(kDexPcMoved, in RemoveListener()
/art/openjdkjvmti/
Devents.cc1109 return art::instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventsFor()