Lines Matching refs:compiler
50 VLOG(jit) << "loading jit compiler";
54 VLOG(jit) << "Done loading jit compiler";
100 // JIT is never PIC, no matter what the runtime compiler options specify.
108 VLOG(compiler) << "JIT compiler option " << option;
112 VLOG(compiler) << "JIT instruction set variant " << str;
120 VLOG(compiler) << "JIT instruction set features " << str;
141 Compiler::kOptimizing,
157 << "Generating debug info only works with one compiler thread";
176 "JIT compiler timing logger", true, VLOG_IS_ON(jit), TimingLogger::TimingKind::kThreadCpu);