Home | History | Annotate | Download | only in JIT

Lines Matching refs:JITCompilerFn

193       LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
219 /// JITCompilerFn - This function is called to resolve a stub to a compiled
222 static void *JITCompilerFn(void *Stub);
546 // JITCompilerFn will be able to find it.
550 // JITCompilerFn knows which function to compile!
611 /// JITCompilerFn - This function is called when a lazy compilation stub has
614 void *JITResolver::JITCompilerFn(void *Stub) {