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:thresholds
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
116
static void SetJsDumpThresholds(EcmaVM *vm, size_t
thresholds
);
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap.cpp
2664
void Heap::SetJsDumpThresholds(size_t
thresholds
) const
in SetJsDumpThresholds()
2666
if (
thresholds
< MIN_JSDUMP_THRESHOLDS ||
thresholds
> MAX_JSDUMP_THRESHOLDS) {
in SetJsDumpThresholds()
2667
LOG_GC(INFO) << "SetJsDumpThresholds
thresholds
is invaild" <<
thresholds
;
in SetJsDumpThresholds()
2670
g_threshold =
thresholds
;
in SetJsDumpThresholds()
H
A
D
heap.h
912
void SetJsDumpThresholds(size_t
thresholds
) const;
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
505
void DFXJSNApi::SetJsDumpThresholds([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] size_t
thresholds
)
in SetJsDumpThresholds()
argument
508
vm->GetHeap()->SetJsDumpThresholds(
thresholds
);
in SetJsDumpThresholds()
510
LOG_ECMA(ERROR) << "Not support set jsdump
thresholds
";
in SetJsDumpThresholds()
Completed in 9 milliseconds