Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc361 case instrumentation::Instrumentation::kDexPcMoved: in HasEventListener()
402 case instrumentation::Instrumentation::kDexPcMoved: in ReportEvent()
450 case instrumentation::Instrumentation::kDexPcMoved: in DidListenerReceiveEvent()
561 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
Dinstrumentation.h185 kDexPcMoved = 0x8, enumerator
Dinstrumentation.cc572 PotentiallyAddListenerTo(kDexPcMoved, in AddListener()
654 PotentiallyRemoveListenerFrom(kDexPcMoved, in RemoveListener()
Ddebugger.cc281 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved); in IsListeningToDexPcMoved()
3109 case instrumentation::Instrumentation::kDexPcMoved: in GetReferenceCounterForEvent()
/art/openjdkjvmti/
Devents.cc963 return art::instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventsFor()
1079 if (new_events == art::instrumentation::Instrumentation::kDexPcMoved) { in SetupTraceListener()
/art/runtime/jdwp/
Djdwp_event.cc164 return instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventFor()