Lines Matching refs:jit
18 #include "jit/jit.h"19 #include "jit/jit_code_cache.h"29 jit::Jit* jit = Runtime::Current()->GetJit();30 jit::JitCodeCache* code_cache = jit->GetCodeCache();40 // sleep one second to give time to the JIT compiler.51 jit::Jit* jit = Runtime::Current()->GetJit();52 if (jit == nullptr) {