Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc439 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo() function
462 PotentiallyAddListenerTo(kMethodEntered, in AddListener()
467 PotentiallyAddListenerTo(kMethodExited, in AddListener()
472 PotentiallyAddListenerTo(kMethodUnwind, in AddListener()
477 PotentiallyAddListenerTo(kBranch, in AddListener()
482 PotentiallyAddListenerTo(kInvokeVirtualOrInterface, in AddListener()
487 PotentiallyAddListenerTo(kDexPcMoved, in AddListener()
492 PotentiallyAddListenerTo(kFieldRead, in AddListener()
497 PotentiallyAddListenerTo(kFieldWritten, in AddListener()
502 PotentiallyAddListenerTo(kExceptionCaught, in AddListener()