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:NO_TASK
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
idle_gc_trigger_test.cpp
92
heap->SetIdleTask(IdleTaskType::
NO_TASK
);
in HWTEST_F_L0()
102
heap->SetIdleTask(IdleTaskType::
NO_TASK
);
in HWTEST_F_L0()
112
heap->SetIdleTask(IdleTaskType::
NO_TASK
);
in HWTEST_F_L0()
165
heap->SetIdleTask(IdleTaskType::
NO_TASK
);
in HWTEST_F_L0()
199
heap->SetIdleTask(IdleTaskType::
NO_TASK
);
in HWTEST_F_L0()
H
A
D
gc_third_test.cpp
340
heap->SetIdleTask(IdleTaskType::
NO_TASK
);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap.cpp
1185
if (fullConcurrentMarkRequested && idleTask_ == IdleTaskType::
NO_TASK
) {
in CollectGarbage()
1749
SetIdleTask(IdleTaskType::
NO_TASK
);
in ClearIdleTask()
1755
if (idleTask_ != IdleTaskType::
NO_TASK
|| !GetJSThread()->IsReadyToConcurrentMark() || !enableIdleGC_) {
in TryTriggerIdleCollection()
1841
if (!GetJSThread()->IsReadyToConcurrentMark() || idleTask_ != IdleTaskType::
NO_TASK
|| !enableIdleGC_) {
in TryTriggerIncrementalMarking()
1869
(idleTask_ == IdleTaskType::
NO_TASK
|| idleTask_ == IdleTaskType::YOUNG_GC);
in CheckCanTriggerConcurrentMarking()
2197
if (idleTask_ == IdleTaskType::
NO_TASK
) {
in TriggerIdleCollection()
H
A
D
heap.h
80
NO_TASK
,
member in panda::panda::ecmascript::IdleTaskType
1290
return idleTask_ == IdleTaskType::
NO_TASK
;
in IsEmptyIdleTask()
1765
IdleTaskType idleTask_ {IdleTaskType::
NO_TASK
};
Completed in 9 milliseconds