Home
last modified time | relevance | path

Searched defs:events (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.cc407 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent()
412 uint32_t events, in PotentiallyAddListenerTo()
432 void Instrumentation::AddListener(InstrumentationListener* listener, uint32_t events) { in AddListener()
483 uint32_t events, in PotentiallyRemoveListenerFrom()
509 void Instrumentation::RemoveListener(InstrumentationListener* listener, uint32_t events) { in RemoveListener()
Ddebugger.cc175 uint32_t events = Dbg::kMethodExit; in MethodExited() local
204 uint32_t events = 0; in DexPcMoved() local