Home
last modified time | relevance | path

Searched refs:runtimeOptions_ (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp50 runtimeOptions_.SetPGOProfilerPath("");
51 runtimeOptions_.SetTargetCompilerMode("partial");
52 runtimeOptions_.SetAOTOutputFile("/data/local/ark-cache/com.ohos.test/arm64/phone");
53 runtimeOptions_.SetCompilerPkgJsonInfo(BuildOhosPkgJson("/data/local/ark-profile/100/com.ohos.test"));
54 runtimeOptions_.SetCompilerFrameworkAbcPath("/etc/abc/framework");
55 runtimeOptions_.SetCompilerEnableExternalPkg(true);
56 runtimeOptions_.SetCompilerExternalPkgJsonInfo(BuildOhosExternalPkgJson());
57 vm_ = JSNApi::CreateEcmaVM(runtimeOptions_);
92 JSRuntimeOptions runtimeOptions_; member in panda::test::OhosTest
143 runtimeOptions_ in HWTEST_F_L0()
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Doptions_test_base.h31 RuntimeOptionsTestBase() : runtimeOptions_("AAA") {} in RuntimeOptionsTestBase()
36 runtimeOptions_.AddOptions(&paParser_);
54 return &runtimeOptions_; in GetRuntimeOptions()
66 RuntimeOptions runtimeOptions_; member in ark::test::RuntimeOptionsTestBase
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp83 paoc_->runtimeOptions_ = std::make_unique<decltype(paoc_->runtimeOptions_)::element_type>(args[0]); in Init()
84 paoc_->runtimeOptions_->AddOptions(&paParser); in Init()
128 auto runtimeOptionsErr = paoc_->runtimeOptions_->Validate(); in InitRuntime()
134 if (!paoc_->runtimeOptions_->WasSetInternalMemorySizeLimit()) { in InitRuntime()
137 paoc_->runtimeOptions_->SetInternalMemorySizeLimit(CODE_SIZE_LIMIT); in InitRuntime()
140 paoc_->runtimeOptions_->SetArkAot(true); in InitRuntime()
141 if (!paoc_->runtimeOptions_->WasSetTaskmanagerWorkersCount()) { in InitRuntime()
142 paoc_->runtimeOptions_->SetTaskmanagerWorkersCount(1); in InitRuntime()
144 if (!ark::Runtime::Create(*paoc_->runtimeOptions_)) { in InitRuntime()
[all...]
H A Dpaoc.h154 std::unique_ptr<ark::RuntimeOptions> runtimeOptions_ {nullptr};
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pkg_args.h66 ASSERT(preProcessor.runtimeOptions_.IsTargetCompilerMode()); in ParseArgs()
68 if (!preProcessor.runtimeOptions_.GetCompilerPkgJsonInfo().empty()) { in ParseArgs()
69 if (!pkgArgs->ParseFromJson(preProcessor.vm_, preProcessor.runtimeOptions_.GetCompilerPkgJsonInfo())) { in ParseArgs()
79 if (preProcessor.runtimeOptions_.GetCompilerEnableExternalPkg() && in ParseArgs()
80 !preProcessor.runtimeOptions_.GetCompilerExternalPkgJsonInfo().empty()) { in ParseArgs()
82 preProcessor.runtimeOptions_.GetCompilerExternalPkgJsonInfo(), in ParseArgs()
416 if (!preProcessor.runtimeOptions_.IsPartialCompilerMode()) { in ParseProfilerPath()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler_preprocessor.h105 runtimeOptions_(runtimeOptions), in AotCompilerPreprocessor()
234 return compiledMethodsCount < runtimeOptions_.GetCompilerMethodsRange().first || in OutCompiledMethodsRange()
235 runtimeOptions_.GetCompilerMethodsRange().second <= compiledMethodsCount; in OutCompiledMethodsRange()
239 JSRuntimeOptions &runtimeOptions_; member in panda::ecmascript::kungfu::AotCompilerPreprocessor
H A Daot_compiler_preprocessor.cpp118 if (runtimeOptions_.IsTargetCompilerMode()) { in HandleTargetCompilerMode()
162 if (runtimeOptions_.GetCompilerPkgJsonInfo().empty() || pkgsArgs_.empty()) { in HandlePandaFileNames()
273 if (runtimeOptions_.IsTargetCompilerMode()) { in GenerateAbcFileInfos()
307 if (runtimeOptions_.IsTargetCompilerMode()) { in CreateAndVerifyJSPandaFile()
311 } else if (!(pkgArgsIter->second->GetJSPandaFile(runtimeOptions_, jsPandaFile))) { in CreateAndVerifyJSPandaFile()

Completed in 5 milliseconds