Lines Matching refs:jit
51 namespace jit {
52 class Jit;
54 } // namespace jit
117 // IsCompiler is any runtime which has a running compiler, either dex2oat or JIT.
429 jit::Jit* GetJit() {
530 // Create the JIT and instrumentation and code cache.
543 jit::JitOptions* GetJITOptions() {
644 std::unique_ptr<jit::Jit> jit_;
645 std::unique_ptr<jit::JitOptions> jit_options_;