Lines Matching refs:jit
37 namespace jit {
43 class Jit {
48 virtual ~Jit();
49 static Jit* Create(JitOptions* options, std::string* error_msg);
71 Jit();
74 // JIT compiler
85 std::unique_ptr<jit::JitInstrumentationCache> instrumentation_cache_;
86 std::unique_ptr<jit::JitCodeCache> code_cache_;
87 CompilerCallbacks* compiler_callbacks_; // Owned by the jit compiler.
89 DISALLOW_COPY_AND_ASSIGN(Jit);
123 } // namespace jit