Home | History | Annotate | Download | only in interpreter

Lines Matching refs:Jit

25 #include "jit/jit.h"
26 #include "jit/jit_code_cache.h"
267 jit::Jit* jit = Runtime::Current()->GetJit();
268 if (jit != nullptr) {
269 jit->MethodEntered(self, shadow_frame.GetMethod());
270 if (jit->CanInvokeCompiledCode(method)) {
276 // It's ok to access the code item here since JIT code will have been touched by the
595 jit::Jit* jit = Runtime::Current()->GetJit();
596 if (jit != nullptr) {
597 jit->NotifyCompiledCodeToInterpreterTransition(self, shadow_frame->GetMethod());