Searched refs:PotentiallyAddListenerTo (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | instrumentation.cc | 529 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo() function 552 PotentiallyAddListenerTo(kMethodEntered, in AddListener() 557 PotentiallyAddListenerTo(kMethodExited, in AddListener() 562 PotentiallyAddListenerTo(kMethodUnwind, in AddListener() 567 PotentiallyAddListenerTo(kBranch, in AddListener() 572 PotentiallyAddListenerTo(kDexPcMoved, in AddListener() 577 PotentiallyAddListenerTo(kFieldRead, in AddListener() 582 PotentiallyAddListenerTo(kFieldWritten, in AddListener() 587 PotentiallyAddListenerTo(kExceptionThrown, in AddListener() 592 PotentiallyAddListenerTo(kWatchedFramePop, in AddListener() [all …]
|