Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:Instrumentation

49 #include "instrumentation.h"
572 class JvmtiMethodTraceListener final : public art::instrumentation::InstrumentationListener {
887 // The instrumentation events get rid of this for us.
953 return art::instrumentation::Instrumentation::kMethodEntered;
955 return art::instrumentation::Instrumentation::kMethodExited |
956 art::instrumentation::Instrumentation::kMethodUnwind;
958 return art::instrumentation::Instrumentation::kFieldWritten;
960 return art::instrumentation::Instrumentation::kFieldRead;
963 return art::instrumentation::Instrumentation::kDexPcMoved;
965 return art::instrumentation::Instrumentation::kWatchedFramePop;
967 return art::instrumentation::Instrumentation::kExceptionThrown;
969 return art::instrumentation::Instrumentation::kExceptionHandled;
1079 if (new_events == art::instrumentation::Instrumentation::kDexPcMoved) {
1081 // share the same art-instrumentation underlying event. We need to give them their own deopt
1088 // same instrumentation event.
1093 art::instrumentation::Instrumentation* instr = art::Runtime::Current()->GetInstrumentation();
1305 // instrumentation handlers since we only want each added once.