Lines Matching refs:runtime
48 Runtime* runtime = Runtime::Current(); in ParseCompilerOptions() local
51 if (!compiler_options_->ParseCompilerOptions(runtime->GetCompilerOptions(), in ParseCompilerOptions()
59 compiler_options_->compiler_type_ = runtime->IsZygote() in ParseCompilerOptions()
68 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
78 for (const std::string& option : runtime->GetCompilerOptions()) { in ParseCompilerOptions()
179 Runtime* runtime = Runtime::Current(); in CompileMethod() local
190 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
191 metrics::AutoTimer timer{runtime->GetMetrics()->JitMethodCompileTotalTime()}; in CompileMethod()
197 runtime->GetMetrics()->JitMethodCompileCount()->AddOne(); in CompileMethod()
204 runtime->GetJitArenaPool()->TrimMaps(); in CompileMethod()
207 runtime->GetJit()->AddTimingLogger(logger); in CompileMethod()