Home | History | Annotate | Download | only in 570-checker-osr

Lines Matching refs:Jit

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