Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:runtimeOptions_
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H
A
D
ohos_test.cpp
50
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
D
options_test_base.h
31
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
D
paoc.cpp
83
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
D
paoc.h
154
std::unique_ptr<ark::RuntimeOptions>
runtimeOptions_
{nullptr};
/arkcompiler/ets_runtime/ecmascript/ohos/
H
A
D
ohos_pkg_args.h
66
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
D
aot_compiler_preprocessor.h
105
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
D
aot_compiler_preprocessor.cpp
118
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