Lines Matching refs:Instrumentation
46 #include "instrumentation.h"
534 // find the instrumentation entrypoint.
1090 // We need to update the entry point in the runnable state for the instrumentation.
1129 instrumentation::Instrumentation* instrum = Runtime::Current()->GetInstrumentation();
1428 // The stack walking code queries the side instrumentation stack if it
1429 // sees an instrumentation exit pc, so the JIT code of methods in that stack
1431 for (const instrumentation::InstrumentationStackFrame& frame
1588 // Don't call Instrumentation::UpdateMethodsCode(), as it can check the declaring
1590 // the class unsafe. We know it is OK to bypass the instrumentation as we've just
1610 // Don't call Instrumentation::UpdateMethodsCode(), same as for normal methods above.
2086 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
2091 instrumentation->UpdateNativeMethodsCodeToJitCode(m, entrypoint);
2165 // When instrumentation is set, the actual entrypoint is the one in the profiling info.