Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc281 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved); in IsListeningToDexPcMoved()
285 return IsListeningTo(instrumentation::Instrumentation::kMethodExited); in IsListeningToMethodExit()
288 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event) in IsListeningTo() function in art::DebugInstrumentationListener