Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc373 case instrumentation::Instrumentation::kDexPcMoved: in HasEventListener()
416 case instrumentation::Instrumentation::kDexPcMoved: in ReportEvent()
467 case instrumentation::Instrumentation::kDexPcMoved: in DidListenerReceiveEvent()
580 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
Dinstrumentation.cc513 PotentiallyAddListenerTo(kDexPcMoved, in AddListener()
600 PotentiallyRemoveListenerFrom(kDexPcMoved, in RemoveListener()
Dinstrumentation.h171 kDexPcMoved = 0x8, enumerator
/art/openjdkjvmti/
Devents.cc871 return art::instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventsFor()
928 if (new_events == art::instrumentation::Instrumentation::kDexPcMoved) { in SetupTraceListener()
/art/runtime/jdwp/
Djdwp_event.cc164 return instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventFor()