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:EDEN_GC
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
common_enum.h
34
EDEN_GC
,
enumerator
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
gc_third_test.cpp
405
heap->Reclaim(TriggerGCType::
EDEN_GC
);
in HWTEST_F_L0()
411
heap->CollectGarbage(TriggerGCType::
EDEN_GC
, GCReason::IDLE);
in HWTEST_F_L0()
419
heap->CollectGarbage(TriggerGCType::
EDEN_GC
, GCReason::IDLE);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
concurrent_marker.cpp
85
gcType = TriggerGCType::
EDEN_GC
;
in HandleMarkingFinished()
H
A
D
heap.h
284
if (gcType == TriggerGCType::
EDEN_GC
|| gcType == TriggerGCType::YOUNG_GC) {
in UpdateHeapStatsAfterGC()
1493
return gcType_ == TriggerGCType::
EDEN_GC
;
in IsEdenGC()
1503
return gcType_ == TriggerGCType::YOUNG_GC || gcType_ == TriggerGCType::
EDEN_GC
;
in IsGeneralYoungGC()
H
A
D
parallel_evacuator.cpp
291
UpdateWeakReferenceOpt<TriggerGCType::
EDEN_GC
>();
in UpdateReference()
409
if constexpr (gcType == TriggerGCType::
EDEN_GC
) {
in UpdateWeakReferenceOpt()
H
A
D
gc_stats.cpp
597
case TriggerGCType::
EDEN_GC
:
in GetGCType()
H
A
D
heap.cpp
1144
case TriggerGCType::
EDEN_GC
:
in CollectGarbage()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_gc.cpp
217
return
EDEN_GC
;
in StringToGcType()
Completed in 11 milliseconds