Home | History | Annotate | Download | only in interpreter

Lines Matching refs:Jit

24 #include "jit/jit.h"
512 jit::Jit* jit = Runtime::Current()->GetJit();
513 if (jit != nullptr && caller != nullptr) {
514 jit->NotifyInterpreterToCompiledCodeTransition(self, caller);