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:AsyncSweep
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
sparse_space.cpp
137
void SparseSpace::
AsyncSweep
(bool isMain)
in AsyncSweep()
function in panda::ecmascript::SparseSpace
653
void MachineCodeSpace::
AsyncSweep
(bool isMain)
in AsyncSweep()
function in panda::ecmascript::MachineCodeSpace
656
SparseSpace::
AsyncSweep
(isMain);
in AsyncSweep()
658
jitFort_->
AsyncSweep
();
in AsyncSweep()
H
A
D
sparse_space.h
73
virtual void
AsyncSweep
(bool isMain);
276
void
AsyncSweep
(bool isMain) override;
H
A
D
concurrent_sweeper.cpp
72
space->
AsyncSweep
(isMain);
in AsyncSweepSpace()
H
A
D
jit_fort.h
65
void
AsyncSweep
();
H
A
D
jit_fort.cpp
174
* Called from GC worker thread duing Old/Full GC Sweep (
AsyncSweep
). Mutex is needed
235
// concurrent sweep - only one of the
AsyncSweep
task will do JitFort sweep
236
void JitFort::
AsyncSweep
()
in AsyncSweep()
function in panda::ecmascript::JitFort
240
LOG_JIT(DEBUG) << "JitFort::
AsyncSweep
";
in AsyncSweep()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_concurrent_sweeper.cpp
68
space->
AsyncSweep
(isMain);
in AsyncSweepSpace()
H
A
D
shared_space.h
56
void
AsyncSweep
(bool isMain);
H
A
D
shared_space.cpp
216
void SharedSparseSpace::
AsyncSweep
(bool isMain)
in AsyncSweep()
function in panda::ecmascript::SharedSparseSpace
Completed in 6 milliseconds