Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h109 kDexPcMoved = 1 << 3, enumerator
Dinstrumentation.cc438 if ((events & kDexPcMoved) != 0) { in AddListener()
506 if ((events & kDexPcMoved) != 0) { in RemoveListener()
Ddebugger.cc2954 case instrumentation::Instrumentation::kDexPcMoved: in GetReferenceCounterForEvent()
/art/runtime/jdwp/
Djdwp_event.cc149 return instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventFor()