Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc289 case instrumentation::Instrumentation::kDexPcMoved: in HasEventListener()
321 case instrumentation::Instrumentation::kDexPcMoved: in ReportEvent()
357 case instrumentation::Instrumentation::kDexPcMoved: in DidListenerReceiveEvent()
411 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
Dinstrumentation.h112 kDexPcMoved = 0x8, enumerator
Dinstrumentation.cc415 if (HasEvent(kDexPcMoved, events)) { in AddListener()
481 if (HasEvent(kDexPcMoved, events) && have_dex_pc_listeners_) { in RemoveListener()
Ddebugger.cc345 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved); in IsListeningToDexPcMoved()
3126 case instrumentation::Instrumentation::kDexPcMoved: in GetReferenceCounterForEvent()
/art/runtime/jdwp/
Djdwp_event.cc161 return instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventFor()