Home | History | Annotate | Download | only in JIT

Lines Matching refs:JITCompilerFn

196       LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
222 /// JITCompilerFn - This function is called to resolve a stub to a compiled
225 static void *JITCompilerFn(void *Stub);
566 // JITCompilerFn will be able to find it.
570 // JITCompilerFn knows which function to compile!
631 /// JITCompilerFn - This function is called when a lazy compilation stub has
634 void *JITResolver::JITCompilerFn(void *Stub) {