Home | History | Annotate | Download | only in runtime

Lines Matching refs:Jit

50 namespace jit {
51 class Jit;
53 } // namespace jit
120 // IsCompiler is any runtime which has a running compiler, either dex2oat or JIT.
433 jit::Jit* GetJit() const {
437 // Returns true if JIT compilations are enabled. GetJit() will be not null in this case.
542 // Create the JIT and instrumentation and code cache.
561 jit::JitOptions* GetJITOptions() {
795 std::unique_ptr<jit::Jit> jit_;
796 std::unique_ptr<jit::JitOptions> jit_options_;