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:gcSpeed_
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
gc_stats.cpp
535
gcSpeed_
[(uint8_t)SpeedData::MARK_SPEED] =
in RecordGCSpeed()
539
gcSpeed_
[(uint8_t)SpeedData::EDEN_EVACUATE_SPACE_SPEED] =
in RecordGCSpeed()
540
(evacuateSpeed +
gcSpeed_
[(uint8_t)SpeedData::EDEN_EVACUATE_SPACE_SPEED]) / 2; // 2 means half
in RecordGCSpeed()
541
gcSpeed_
[(uint8_t)SpeedData::EDEN_CLEAR_NATIVE_OBJ_SPEED] =
in RecordGCSpeed()
542
(clearNativeSpeed +
gcSpeed_
[(uint8_t)SpeedData::EDEN_CLEAR_NATIVE_OBJ_SPEED]) / 2; // 2 means half
in RecordGCSpeed()
545
gcSpeed_
[(uint8_t)SpeedData::EDEN_UPDATE_REFERENCE_SPEED] =
in RecordGCSpeed()
546
(updateReferenceSpeed +
gcSpeed_
[(uint8_t)SpeedData::EDEN_UPDATE_REFERENCE_SPEED]) / 2; // 2 means half
in RecordGCSpeed()
550
gcSpeed_
[(uint8_t)SpeedData::MARK_SPEED] = objSize / scopeDuration_[Scope::ScopeId::Mark];
in RecordGCSpeed()
552
gcSpeed_
[(uint8_t)SpeedData::YOUNG_EVACUATE_SPACE_SPEED] =
in RecordGCSpeed()
553
(evacuateSpeed +
gcSpeed_
[(uint8_
in RecordGCSpeed()
[all...]
H
A
D
gc_stats.h
86
return
gcSpeed_
[(uint8_t)data];
in GetGCSpeed()
307
size_t
gcSpeed_
[(uint8_t)SpeedData::NUM_OF_SPEED] = {
member in panda::ecmascript::GCStats
Completed in 3 milliseconds