Lines Matching refs:aot
67 parser.add_argument('--ark-aot-tool',
69 parser.add_argument('--ark-aot', default=False, action='store_true',
70 help="runs in ark-aot mode")
149 output('pgo mode cannot be used without aot')
666 aot = RegressTestAot(args)
667 RegressTestAot.step_obj = aot
668 aot._start()
669 test_reports = aot.compile_aots(test_reports)
670 aot._end()
687 f"--aot-file={aot_file}"
692 f"--aot-file={aot_file}",
842 command.append(f"--aot-file={aot_file}")