Home
last modified time | relevance | path

Searched defs:event (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.cc411 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo()
482 static void PotentiallyRemoveListenerFrom(Instrumentation::InstrumentationEvent event, in PotentiallyRemoveListenerFrom()
Dtrace.cc916 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()
Ddebugger.cc266 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event) in IsListeningTo()
4276 jint event = connect ? 1 /*DdmServer.CONNECTED*/ : 2 /*DdmServer.DISCONNECTED*/; in DdmBroadcast() local