Searched refs:PotentiallyAddListenerTo (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | instrumentation.cc | 730 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo() function 753 PotentiallyAddListenerTo(kMethodEntered, in AddListener() 758 PotentiallyAddListenerTo(kMethodExited, in AddListener() 763 PotentiallyAddListenerTo(kMethodUnwind, in AddListener() 768 PotentiallyAddListenerTo(kBranch, in AddListener() 773 PotentiallyAddListenerTo(kDexPcMoved, in AddListener() 778 PotentiallyAddListenerTo(kFieldRead, in AddListener() 783 PotentiallyAddListenerTo(kFieldWritten, in AddListener() 788 PotentiallyAddListenerTo(kExceptionThrown, in AddListener() 793 PotentiallyAddListenerTo(kWatchedFramePop, in AddListener() [all …]
|