Home | History | Annotate | Download | only in JIT

Lines Matching defs:JITCompilerFn

199       LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
225 /// JITCompilerFn - This function is called to resolve a stub to a compiled
228 static void *JITCompilerFn(void *Stub);
551 // JITCompilerFn will be able to find it.
555 // JITCompilerFn knows which function to compile!
616 /// JITCompilerFn - This function is called when a lazy compilation stub has
619 void *JITResolver::JITCompilerFn(void *Stub) {