Lines Matching refs:instrumentation
592 class JvmtiMethodTraceListener final : public art::instrumentation::InstrumentationListener {
640 art::instrumentation::OptionalFrame frame, in MethodExited()
693 art::instrumentation::OptionalFrame frame, in MethodExited()
1062 return art::instrumentation::Instrumentation::kMethodEntered; in GetInstrumentationEventsFor()
1074 return art::instrumentation::Instrumentation::kMethodExited | in GetInstrumentationEventsFor()
1075 art::instrumentation::Instrumentation::kMethodUnwind; in GetInstrumentationEventsFor()
1083 return art::instrumentation::Instrumentation::kFieldWritten; in GetInstrumentationEventsFor()
1085 return art::instrumentation::Instrumentation::kFieldRead; in GetInstrumentationEventsFor()
1095 return art::instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventsFor()
1103 return art::instrumentation::Instrumentation::kWatchedFramePop; in GetInstrumentationEventsFor()
1105 return art::instrumentation::Instrumentation::kExceptionThrown; in GetInstrumentationEventsFor()
1107 return art::instrumentation::Instrumentation::kExceptionHandled; in GetInstrumentationEventsFor()
1222 art::instrumentation::Instrumentation* instr = art::Runtime::Current()->GetInstrumentation(); in SetupTraceListener()