Lines Matching refs:GetInstrumentation
154 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); in CheckConfigureStubs()
164 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()
169 return Runtime::Current()->GetInstrumentation()->requested_instrumentation_levels_.size(); in GetInstrumentationUserCount()
174 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); in TestEvent()
209 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeMethod()
225 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeMethod()
240 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeEverything()
255 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeEverything()
270 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in EnableMethodTracing()
282 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DisableMethodTracing()
395 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); in TEST_F()
457 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
486 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
504 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
550 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
569 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); in TEST_F()
588 Instrumentation* const instr = Runtime::Current()->GetInstrumentation(); \