Home | History | Annotate | Download | only in jit

Lines Matching refs:Jit

24 #include "jit/profile_saver_options.h"
41 namespace jit {
49 class Jit {
56 virtual ~Jit();
57 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`.
174 // Stop the JIT by waiting for all current compilations and enqueued compilations to finish.
177 // Start JIT threads.
181 Jit();
185 // JIT compiler
199 std::unique_ptr<jit::JitCodeCache> code_cache_;
211 DISALLOW_COPY_AND_ASSIGN(Jit);
287 // Helper class to stop the JIT for a given scope. This will wait for the JIT to quiesce.
297 } // namespace jit