Lines Matching refs:GetInstrumentation
193 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); in CheckConfigureStubs()
203 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()
208 return Runtime::Current()->GetInstrumentation()->requested_instrumentation_levels_.size(); in GetInstrumentationUserCount()
220 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); in TestEvent()
269 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeMethod()
285 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeMethod()
300 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeEverything()
315 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeEverything()
330 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in EnableMethodTracing()
342 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DisableMethodTracing()
474 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); in TEST_F()
624 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
655 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
673 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
721 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
740 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
759 Instrumentation* const instr = Runtime::Current()->GetInstrumentation(); \