Lines Matching refs:Instrumentation
861 return art::instrumentation::Instrumentation::kMethodEntered; in GetInstrumentationEventsFor()
863 return art::instrumentation::Instrumentation::kMethodExited | in GetInstrumentationEventsFor()
864 art::instrumentation::Instrumentation::kMethodUnwind; in GetInstrumentationEventsFor()
866 return art::instrumentation::Instrumentation::kFieldWritten; in GetInstrumentationEventsFor()
868 return art::instrumentation::Instrumentation::kFieldRead; in GetInstrumentationEventsFor()
871 return art::instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventsFor()
873 return art::instrumentation::Instrumentation::kWatchedFramePop; in GetInstrumentationEventsFor()
875 return art::instrumentation::Instrumentation::kExceptionThrown; in GetInstrumentationEventsFor()
877 return art::instrumentation::Instrumentation::kExceptionHandled; in GetInstrumentationEventsFor()
928 if (new_events == art::instrumentation::Instrumentation::kDexPcMoved) { in SetupTraceListener()
942 art::instrumentation::Instrumentation* instr = art::Runtime::Current()->GetInstrumentation(); in SetupTraceListener()