Searched refs:outdir (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | pass_manager_test.cpp | 253 std::string outdir = GRAPH_TEST_ABC_DIR "/pass_manager_test_003"; in HWTEST_F() local 257 options.SetCompilerDumpFolder(outdir); in HWTEST_F() 259 [&test_method_name, &status, &outdir](Graph* graph, std::string &method_name) { in HWTEST_F() 272 EXPECT_TRUE(PassManagerTest::FileExists(outdir, expected_gvn)); in HWTEST_F() 273 EXPECT_TRUE(PassManagerTest::FileExists(outdir, expected_cleanup)); in HWTEST_F() 289 std::string outdir = GRAPH_TEST_ABC_DIR "/pass_manager_test_004"; in HWTEST_F() local 292 options.SetCompilerDumpFolder(outdir); in HWTEST_F() 294 [&test_method_name, &status, &outdir](Graph* graph, std::string &method_name) { in HWTEST_F() 304 EXPECT_TRUE(PassManagerTest::FileExists(outdir, "_pass_0008_L_GLOBAL_____loop1_RegAllocGraphColoring.li")); in HWTEST_F() 320 std::string outdir in HWTEST_F() local [all...] |
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
H A D | Makefile | 23 python3 -m build --outdir=$(OUTDIR)
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
H A D | generate.py | 43 self.out_dir: Path = Path(args.outdir).joinpath('benches').resolve() 186 outdir: Path, 191 bench_dir = outdir.joinpath(src.rel, f'bu_{values.bench_name}')
|
Completed in 2 milliseconds