Lines Matching full:compilation
69 // JIT lazy compilation code.
199 /// lazy-compilation stub if it has already been created.
203 /// lazy-compilation stub, creating one on demand as needed.
611 /// JITCompilerFn - This function is called when a lazy compilation stub has
639 // Otherwise we don't have it, do lazy compilation now.
641 // If lazy compilation is disabled, emit a useful error message and abort.
643 report_fatal_error("LLVM JIT requested to do lazy compilation of"
1220 // a stub to implement lazy compilation if available.