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:jsOption
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H
A
D
pgo_profiler_test.cpp
1460
JSRuntimeOptions&
jsOption
= ecmaVM->GetJSOptions();
in HWTEST_F_L0()
local
1462
EXPECT_TRUE(
jsOption
.IsEnableForceIC());
in HWTEST_F_L0()
1468
EXPECT_FALSE(
jsOption
.IsEnableForceIC());
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
5302
void JSNApi::UpdateAOTCompileStatus(ecmascript::JSRuntimeOptions &
jsOption
, const RuntimeOption &option)
in UpdateAOTCompileStatus()
argument
5314
jsOption
.SetAOTHasException(aotHasException);
in UpdateAOTCompileStatus()
5320
JSRuntimeOptions &
jsOption
= vm->GetJSOptions();
in PostFork()
local
5321
jsOption
.SetEnablePGOProfiler(option.GetEnableProfile());
in PostFork()
5322
jsOption
.SetEnableJIT(option.GetEnableJIT());
in PostFork()
5323
jsOption
.SetEnableBaselineJIT(option.GetEnableBaselineJIT());
in PostFork()
5324
jsOption
.SetMaxAotMethodSize(JSRuntimeOptions::MAX_APP_COMPILE_METHOD_SIZE);
in PostFork()
5325
jsOption
.SetEnableForceIC(false);
in PostFork()
5327
ecmascript::pgo::PGOProfilerManager::GetInstance()->SetMaxAotMethodSize(
jsOption
.GetMaxAotMethodSize());
in PostFork()
5328
ecmascript::pgo::PGOProfilerManager::GetInstance()->SetEnableForceIC(
jsOption
in PostFork()
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
jsnapi_expo.h
1775
static void UpdateAOTCompileStatus(ecmascript::JSRuntimeOptions &
jsOption
, const RuntimeOption &option);
Completed in 19 milliseconds