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:SharedFullGC
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_full_gc.h
27
class
SharedFullGC
: public GarbageCollector {
class
29
explicit
SharedFullGC
(SharedHeap *heap) : sHeap_(heap), sWorkManager_(heap->GetWorkManager()) {}
in SharedFullGC()
function in panda::ecmascript::SharedFullGC
30
~
SharedFullGC
() override = default;
31
NO_COPY_SEMANTIC(
SharedFullGC
);
32
NO_MOVE_SEMANTIC(
SharedFullGC
);
H
A
D
shared_full_gc.cpp
23
void
SharedFullGC
::RunPhases()
in RunPhases()
25
ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "
SharedFullGC
::RunPhases"
in RunPhases()
41
void
SharedFullGC
::Initialize()
in Initialize()
43
ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "
SharedFullGC
::Initialize");
in Initialize()
60
void
SharedFullGC
::Mark()
in Mark()
62
ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "
SharedFullGC
::Mark");
in Mark()
72
void
SharedFullGC
::Sweep()
in Sweep()
74
ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "
SharedFullGC
::Sweep");
in Sweep()
80
LOG_GC(ERROR) << "
SharedFullGC
updateWeakReference: region is nullptr, header is " << header;
in Sweep()
112
void
SharedFullGC
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
gc_first_test.cpp
200
HWTEST_F_L0(GCTest,
SharedFullGC
)
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap.h
63
class
SharedFullGC
;
882
SharedFullGC
*sharedFullGC_ {nullptr};
H
A
D
heap.cpp
306
sharedFullGC_ = new
SharedFullGC
(this);
in PostInitialization()
Completed in 15 milliseconds