Lines Matching full:instrumentation
18 #include "instrumentation.h"
33 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
34 const void* result = instrumentation->GetQuickCodeFor(method);
36 instrumentation->PushInstrumentationStackFrame(self, method->IsStatic() ? NULL : this_object,
57 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
58 uint64_t return_or_deoptimize_pc = instrumentation->PopInstrumentationStackFrame(self, return_pc,