Searched refs:outDir (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/mergewithexistprofile_fuzzer/ |
H A D | mergewithexistprofile_fuzzer.cpp | 31 std::string outDir = "/tmp/fuzz_test_" + std::to_string(dataProvider.ConsumeIntegral<uint32_t>()); in MergeWithExistProfileFuzzTest() local 40 PGOProfilerEncoder encoder(outDir, hotnessThreshold, mode); in MergeWithExistProfileFuzzTest() 47 std::remove(outDir.c_str()); in MergeWithExistProfileFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
H A D | pgo_encoder_mock.h | 27 PGOProfilerEncoderMock(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoderMock() argument 28 : PGOProfilerEncoder(outDir, hotnessThreshold, mode) in PGOProfilerEncoderMock()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_encoder.h | 32 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder() argument 33 : outDir_(outDir), hotnessThreshold_(hotnessThreshold), mode_(mode) in PGOProfilerEncoder()
|
H A D | pgo_profiler_manager.h | 42 void Initialize(const std::string &outDir, uint32_t hotnessThreshold) in Initialize() argument 45 encoder_ = std::make_unique<PGOProfilerEncoder>(outDir, hotnessThreshold, ApGenMode::MERGE); in Initialize()
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | arktsconfig.cpp | 319 static const std::string OUT_DIR = "outDir"; in Parse() 348 // Parse "baseUrl", "outDir", "rootDir" in Parse() 435 // If outDir in not default add it into exclude in GetSourceList() 489 static fs::path ComputeDestination(const fs::path &src, const fs::path &rootDir, const fs::path &outDir) in ComputeDestination() argument 496 auto dst = outDir / rel; in ComputeDestination()
|
Completed in 3 milliseconds