Home | History | Annotate | Download | only in jit

Lines Matching defs:Jit

34 namespace jit {
42 class Jit {
49 virtual ~Jit();
50 static Jit* Create(JitOptions* options, std::string* error_msg);
145 // into the specified class linker to the jit debug interface,
148 // Return whether we should try to JIT compiled code as soon as an ArtMethod is invoked.
151 // Return whether we can invoke JIT code for `method`.
171 Jit();
175 // JIT compiler
189 std::unique_ptr<jit::JitCodeCache> code_cache_;
201 DISALLOW_COPY_AND_ASSIGN(Jit);
271 } // namespace jit