Home | History | Annotate | Download | only in jit

Lines Matching refs:jit

29 #include "jit/jit.h"
30 #include "jit/jit_code_cache.h"
37 namespace jit {
44 VLOG(jit) << "loading jit compiler";
48 VLOG(jit) << "Done loading jit compiler";
78 false, // TODO: Think about debuggability of JIT-compiled code.
90 cumulative_logger_.reset(new CumulativeLogger("jit times"));
110 TimingLogger logger("JIT compiler timing logger", true, VLOG_IS_ON(jit));
116 VLOG(jit) << "Already compiled " << PrettyMethod(method);
123 VLOG(jit) << "JIT failed to initialize " << PrettyMethod(method);
135 VLOG(jit) << "Not compile method " << PrettyMethod(method)
260 VLOG(jit) << "JIT added " << PrettyMethod(method) << "@" << method << " ccache_size="
280 } // namespace jit