Home | History | Annotate | Download | only in runtime

Lines Matching refs:jit

53 namespace jit {
54 class Jit;
56 } // namespace jit
133 // IsCompiler is any runtime which has a running compiler, either dex2oat or JIT.
452 jit::Jit* GetJit() {
456 // Returns true if JIT compilations are enabled. GetJit() will be not null in this case.
566 // Create the JIT and instrumentation and code cache.
585 jit::JitOptions* GetJITOptions() {
742 std::unique_ptr<jit::Jit> jit_;
743 std::unique_ptr<jit::JitOptions> jit_options_;