Lines Matching full:instrumentation
20 #include "instrumentation.h"
32 // Instrumentation changes the stack. Thus, when exiting, the stack cannot be verified, so skip
35 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
37 if (instrumentation->IsDeoptimized(method)) {
40 result = instrumentation->GetQuickCodeFor(method, sizeof(void*));
44 instrumentation->PushInstrumentationStackFrame(self, method->IsStatic() ? nullptr : this_object,
54 // Instrumentation exit stub must not be entered with a pending exception.
55 CHECK(!self->IsExceptionPending()) << "Enter instrumentation exit stub with pending exception "
67 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
68 TwoWordReturn return_or_deoptimize_pc = instrumentation->PopInstrumentationStackFrame(