Lines Matching refs:jit
18 #include "jit/jit.h"
19 #include "jit/jit_code_cache.h"
20 #include "jit/profiling_info.h"
62 jit::Jit* jit = Runtime::Current()->GetJit();
63 if (jit == nullptr) {
64 // Just return true for non-jit configurations to stop the infinite loop.
79 // The return value is irrelevant if we're not using JIT.
135 jit::Jit* jit = Runtime::Current()->GetJit();
137 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) {
141 jit->CompileMethod(m, Thread::Current(), /* osr */ true);