Lines Matching refs:runtime
29 #include "runtime.h"
193 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
203 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel();
208 return Runtime::Current()->GetInstrumentation()->requested_instrumentation_levels_.size();
220 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
268 Runtime* runtime = Runtime::Current();
269 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
284 Runtime* runtime = Runtime::Current();
285 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
299 Runtime* runtime = Runtime::Current();
300 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
314 Runtime* runtime = Runtime::Current();
315 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
329 Runtime* runtime = Runtime::Current();
330 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
341 Runtime* runtime = Runtime::Current();
342 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
474 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
500 Runtime* const runtime = Runtime::Current();
501 ClassLinker* class_linker = runtime->GetClassLinker();
520 Runtime* const runtime = Runtime::Current();
521 ClassLinker* class_linker = runtime->GetClassLinker();
540 Runtime* const runtime = Runtime::Current();
541 ClassLinker* class_linker = runtime->GetClassLinker();
575 Runtime* const runtime = Runtime::Current();
576 ClassLinker* class_linker = runtime->GetClassLinker();
593 Runtime* const runtime = Runtime::Current();
594 ClassLinker* class_linker = runtime->GetClassLinker();
623 Runtime* const runtime = Runtime::Current();
624 instrumentation::Instrumentation* instr = runtime->GetInstrumentation();
625 ClassLinker* class_linker = runtime->GetClassLinker();
654 Runtime* const runtime = Runtime::Current();
655 instrumentation::Instrumentation* instr = runtime->GetInstrumentation();
672 Runtime* const runtime = Runtime::Current();
673 instrumentation::Instrumentation* instr = runtime->GetInstrumentation();
674 ClassLinker* class_linker = runtime->GetClassLinker();
720 Runtime* const runtime = Runtime::Current();
721 instrumentation::Instrumentation* instr = runtime->GetInstrumentation();
739 Runtime* const runtime = Runtime::Current();
740 instrumentation::Instrumentation* instr = runtime->GetInstrumentation();
759 Instrumentation* const instr = Runtime::Current()->GetInstrumentation(); \