Lines Matching refs:GetInstrumentation

196     instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();  in CheckConfigureStubs()
206 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()
211 return Runtime::Current()->GetInstrumentation()->requested_instrumentation_levels_.size(); in GetInstrumentationUserCount()
223 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); in TestEvent()
272 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeMethod()
288 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeMethod()
303 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeEverything()
318 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeEverything()
333 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in EnableMethodTracing()
345 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DisableMethodTracing()
477 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); in TEST_F()
628 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
659 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
677 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
725 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
744 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
763 Instrumentation* const instr = Runtime::Current()->GetInstrumentation(); \