Lines Matching refs:runtime
48 Runtime* runtime = Runtime::Current();
51 if (!compiler_options_->ParseCompilerOptions(runtime->GetCompilerOptions(),
58 // JIT is never PIC, no matter what the runtime compiler options specify.
62 // debuggability based on the runtime value.
64 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable());
74 for (const std::string& option : runtime->GetCompilerOptions()) {
110 CompilerOptions::IsCoreImageFilename(runtime->GetImageLocation());
193 Runtime* runtime = Runtime::Current();
199 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache();
213 runtime->GetJitArenaPool()->TrimMaps();
216 runtime->GetJit()->AddTimingLogger(logger);