Previously, this was part of the `AotCompilerHost`. The `AotCompilerHost` is now also greatly simplified.
- `src/runtime_compiler.ts` -> `src/jit/compiler.ts` - `src/compiler.ts` -> `src/jit/compiler_factory.ts` - `src/offline_compiler` -> `src/aot/compiler.ts` Part of #12867