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:ConcurrentSweeper
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
concurrent_sweeper.cpp
22
ConcurrentSweeper
::
ConcurrentSweeper
(Heap *heap, EnableConcurrentSweepType type)
in ConcurrentSweeper()
function in panda::ecmascript::ConcurrentSweeper
28
void
ConcurrentSweeper
::PostTask(bool fullGC)
in PostTask()
42
void
ConcurrentSweeper
::Sweep(bool fullGC)
in Sweep()
69
void
ConcurrentSweeper
::AsyncSweepSpace(MemSpaceType type, bool isMain)
in AsyncSweepSpace()
80
void
ConcurrentSweeper
::WaitAllTaskFinished()
in WaitAllTaskFinished()
95
void
ConcurrentSweeper
::EnsureAllTaskFinished()
in EnsureAllTaskFinished()
109
void
ConcurrentSweeper
::EnsureTaskFinished(MemSpaceType type)
in EnsureTaskFinished()
115
void
ConcurrentSweeper
::EnsureTaskFinishedNoCheck(MemSpaceType type)
in EnsureTaskFinishedNoCheck()
123
void
ConcurrentSweeper
[all...]
H
A
D
concurrent_sweeper.h
38
class
ConcurrentSweeper
{
class
40
ConcurrentSweeper
(Heap *heap, EnableConcurrentSweepType type);
41
~
ConcurrentSweeper
() = default;
43
NO_COPY_SEMANTIC(
ConcurrentSweeper
);
44
NO_MOVE_SEMANTIC(
ConcurrentSweeper
);
95
SweeperTask(int32_t id,
ConcurrentSweeper
*sweeper, MemSpaceType type)
in SweeperTask()
104
ConcurrentSweeper
*sweeper_;
H
A
D
sparse_space.h
319
friend class
ConcurrentSweeper
;
H
A
D
heap.h
38
class
ConcurrentSweeper
;
1004
ConcurrentSweeper
*GetSweeper() const
in GetSweeper()
1701
ConcurrentSweeper
*sweeper_ {nullptr};
H
A
D
heap.cpp
777
sweeper_ = new
ConcurrentSweeper
(this, ecmaVm_->GetJSOptions().EnableConcurrentSweep() ?
in Initialize()
Completed in 8 milliseconds