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:CONFIG_DISABLE
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
concurrent_sweeper.h
28
//
CONFIG_DISABLE
means concurrent sweeper is disabled by options or macros and cannot be changed.
33
CONFIG_DISABLE
,
member in panda::ecmascript::EnableConcurrentSweepType
74
EnableConcurrentSweepType::
CONFIG_DISABLE
;
in ConfigConcurrentSweep()
80
enableType_ == EnableConcurrentSweepType::
CONFIG_DISABLE
;
in IsDisabled()
90
return enableType_ == EnableConcurrentSweepType::
CONFIG_DISABLE
;
in IsConfigDisabled()
117
EnableConcurrentSweepType enableType_ {EnableConcurrentSweepType::
CONFIG_DISABLE
};
H
A
D
concurrent_marker.h
34
//
CONFIG_DISABLE
means concurrent marker is disabled by options or macros and cannot be changed.
39
CONFIG_DISABLE
,
member in panda::ecmascript::EnableConcurrentMarkType
83
enableMarkType_ == EnableConcurrentMarkType::
CONFIG_DISABLE
;
in IsDisabled()
89
EnableConcurrentMarkType::
CONFIG_DISABLE
;
in ConfigConcurrentMark()
99
return enableMarkType_ == EnableConcurrentMarkType::
CONFIG_DISABLE
;
in IsConfigDisabled()
168
EnableConcurrentMarkType enableMarkType_ {EnableConcurrentMarkType::
CONFIG_DISABLE
};
H
A
D
heap.cpp
302
EnableConcurrentMarkType::ENABLE : EnableConcurrentMarkType::
CONFIG_DISABLE
);
in PostInitialization()
304
EnableConcurrentSweepType::ENABLE : EnableConcurrentSweepType::
CONFIG_DISABLE
);
in PostInitialization()
778
EnableConcurrentSweepType::ENABLE : EnableConcurrentSweepType::
CONFIG_DISABLE
);
in Initialize()
780
EnableConcurrentMarkType::
CONFIG_DISABLE
);
in Initialize()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_concurrent_marker.h
44
enableMarkType_ == EnableConcurrentMarkType::
CONFIG_DISABLE
;
in IsDisabled()
50
EnableConcurrentMarkType::
CONFIG_DISABLE
;
in ConfigConcurrentMark()
60
return enableMarkType_ == EnableConcurrentMarkType::
CONFIG_DISABLE
;
in IsConfigDisabled()
127
EnableConcurrentMarkType enableMarkType_ {EnableConcurrentMarkType::
CONFIG_DISABLE
};
H
A
D
shared_concurrent_sweeper.h
58
EnableConcurrentSweepType::
CONFIG_DISABLE
;
in ConfigConcurrentSweep()
64
enableType_ == EnableConcurrentSweepType::
CONFIG_DISABLE
;
in IsDisabled()
74
return enableType_ == EnableConcurrentSweepType::
CONFIG_DISABLE
;
in IsConfigDisabled()
101
EnableConcurrentSweepType enableType_ {EnableConcurrentSweepType::
CONFIG_DISABLE
};
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
gc_first_test.cpp
111
heap->GetConcurrentMarker()->EnableConcurrentMarking(EnableConcurrentMarkType::
CONFIG_DISABLE
);
in HWTEST_F_L0()
112
heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::
CONFIG_DISABLE
);
in HWTEST_F_L0()
H
A
D
gc_third_test.cpp
50
heap->GetConcurrentMarker()->EnableConcurrentMarking(EnableConcurrentMarkType::
CONFIG_DISABLE
);
in HWTEST_F_L0()
Completed in 8 milliseconds