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:GetSweeper
(Results
1 - 21
of
21
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
gc_first_test.cpp
44
heap->
GetSweeper
()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
77
EXPECT_TRUE(heap->
GetSweeper
()->ConcurrentSweepEnabled());
in HWTEST_F_L0()
91
EXPECT_FALSE(heap->
GetSweeper
()->ConcurrentSweepEnabled());
in HWTEST_F_L0()
105
EXPECT_TRUE(heap->
GetSweeper
()->ConcurrentSweepEnabled());
in HWTEST_F_L0()
112
heap->
GetSweeper
()->EnableConcurrentSweep(EnableConcurrentSweepType::CONFIG_DISABLE);
in HWTEST_F_L0()
115
EXPECT_FALSE(heap->
GetSweeper
()->ConcurrentSweepEnabled());
in HWTEST_F_L0()
123
EXPECT_FALSE(heap->
GetSweeper
()->ConcurrentSweepEnabled());
in HWTEST_F_L0()
148
EXPECT_FALSE(heap->
GetSweeper
()->ConcurrentSweepEnabled());
in HWTEST_F_L0()
H
A
D
jit_fort_test.cpp
42
heap->
GetSweeper
()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H
A
D
gc_verify_test.cpp
46
heap->
GetSweeper
()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H
A
D
machine_code_test.cpp
45
heap->
GetSweeper
()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H
A
D
gc_third_test.cpp
43
heap->
GetSweeper
()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H
A
D
gc_second_test.cpp
44
heap->
GetSweeper
()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H
A
D
idle_gc_trigger_test.cpp
44
heap->
GetSweeper
()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H
A
D
js_object_test.cpp
1362
heap->
GetSweeper
()->EnsureAllTaskFinished();
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_full_gc.cpp
108
sHeap_->
GetSweeper
()->Sweep(true);
in Sweep()
109
sHeap_->
GetSweeper
()->PostTask(true);
in Sweep()
124
sHeap_->
GetSweeper
()->TryFillSweptRegion();
in Finish()
H
A
D
shared_gc.cpp
114
sHeap_->
GetSweeper
()->Sweep(false);
in Sweep()
115
sHeap_->
GetSweeper
()->PostTask(false);
in Sweep()
128
sHeap_->
GetSweeper
()->TryFillSweptRegion();
in Finish()
H
A
D
shared_gc_marker.cpp
51
heap->
GetSweeper
()->EnsureAllTaskFinished();
in MarkLocalVMRoots()
H
A
D
shared_space.cpp
197
sHeap_->
GetSweeper
()->EnsureTaskFinished(spaceType_);
in AllocateAfterSweepingCompleted()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
full_gc.cpp
172
heap_->
GetSweeper
()->Sweep(true);
in Sweep()
173
heap_->
GetSweeper
()->PostTask(true);
in Sweep()
189
heap_->
GetSweeper
()->TryFillSweptRegion();
in Finish()
H
A
D
partial_gc.cpp
59
heap_->
GetSweeper
()->PostTask();
in RunPhases()
110
heap_->
GetSweeper
()->TryFillSweptRegion();
in Finish()
157
heap_->
GetSweeper
()->Sweep();
in Sweep()
H
A
D
verification.cpp
432
heap_->
GetSweeper
()->EnsureAllTaskFinished();
in VerifyAll()
537
sHeap_->
GetSweeper
()->EnsureAllTaskFinished();
in VerifyAll()
550
sHeap_->
GetSweeper
()->EnsureAllTaskFinished();
in VerifyMark()
554
heap->
GetSweeper
()->EnsureAllTaskFinished();
in VerifyMark()
667
sHeap_->
GetSweeper
()->EnsureAllTaskFinished();
in VerifySweep()
671
heap->
GetSweeper
()->EnsureAllTaskFinished();
in VerifySweep()
803
localHeap->
GetSweeper
()->EnsureAllTaskFinished();
in VerifyRoot()
833
localHeap->
GetSweeper
()->EnsureAllTaskFinished();
in VerifyHeap()
H
A
D
sparse_space.cpp
112
localHeap_->
GetSweeper
()->EnsureTaskFinished(spaceType_);
in AllocateAfterSweepingCompleted()
282
localHeap_->
GetSweeper
()->ClearRSetInRange(current, freeStart, freeEnd);
in FreeLiveRange()
508
localHeap_->
GetSweeper
()->EnsureTaskFinished(spaceType_);
in CheckRegionSize()
667
localHeap_->
GetSweeper
()->EnsureTaskFinishedNoCheck(spaceType_);
in JitFortAllocate()
H
A
D
heap.h
585
SharedConcurrentSweeper *
GetSweeper
() const
in GetSweeper()
function in panda::panda::ecmascript::SharedHeap
1004
ConcurrentSweeper *
GetSweeper
() const
in GetSweeper()
function in panda::panda::ecmascript::Heap
H
A
D
parallel_evacuator.cpp
460
if (heap_->
GetSweeper
()->IsSweeping()) {
in UpdateRSet()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_profiler.cpp
151
SharedHeap::GetInstance()->
GetSweeper
()->WaitAllTaskFinished();
in UpdateHeapObjects()
798
SharedHeap::GetInstance()->
GetSweeper
()->WaitAllTaskFinished();
in StopHeapTracking()
869
sHeap->
GetSweeper
()->WaitAllTaskFinished();
in ForceSharedGC()
/arkcompiler/ets_runtime/ecmascript/patch/
H
A
D
patch_loader.cpp
249
heap->
GetSweeper
()->EnsureAllTaskFinished();
in UpdateJSFunction()
290
heap->
GetSweeper
()->EnsureAllTaskFinished();
in UpdateModuleForColdPatch()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
356
auto sweeper = heap->
GetSweeper
();
Completed in 24 milliseconds