Lines Matching refs:jit
29 #include "jit/debugger_interface.h"
30 #include "jit/jit.h"
31 #include "jit/jit_code_cache.h"
38 namespace jit {
45 VLOG(jit) << "loading jit compiler";
49 VLOG(jit) << "Done loading jit compiler";
119 VLOG(compiler) << "JIT compiler option " << option;
123 VLOG(compiler) << "JIT instruction set variant " << str;
131 VLOG(compiler) << "JIT instruction set features " << str;
149 cumulative_logger_.reset(new CumulativeLogger("jit times"));
204 TimingLogger logger("JIT compiler timing logger", true, VLOG_IS_ON(jit));
212 VLOG(jit) << "JIT failed to initialize " << PrettyMethod(method);
249 } // namespace jit