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:active_
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
marking-worklist.cc
113
active_
= std::move(shared);
in Local()
124
active_
= std::move(*active_owner_);
in Local()
130
DCHECK(
active_
.IsLocalEmpty());
in ~Local()
141
active_
.Publish();
in Publish()
157
if (!
active_
.IsLocalEmpty() || !on_hold_.IsLocalEmpty() ||
in IsEmpty()
158
!
active_
.IsGlobalEmpty() || !on_hold_.IsGlobalEmpty()) {
in IsEmpty()
183
if (!
active_
.IsLocalEmpty() &&
active_
.IsGlobalEmpty()) {
in ShareWork()
184
active_
.Publish();
in ShareWork()
197
? &
active_
in MergeOnHold()
[all...]
H
A
D
marking-worklist-inl.h
32
void MarkingWorklists::Local::Push(HeapObject object) {
active_
.Push(object); }
in Push()
35
if (
active_
.Pop(object)) return true;
in Pop()
88
*active_owner_ = std::move(
active_
);
in SwitchToContext()
91
active_
= std::move(*worklist);
in SwitchToContext()
H
A
D
marking-worklist.h
139
// pushing and popping entries, the
active_
worklist is not a pointer to
143
// been moved to
active_
.
200
MarkingWorklist::Local
active_
;
member in v8::internal::MarkingWorklists::Local
/third_party/node/src/
H
A
D
signal_wrap.cc
98
if (
active_
) {
100
active_
= false;
134
CHECK(!wrap->
active_
);
in Start()
135
wrap->
active_
= true;
in Start()
147
if (wrap->
active_
) {
in Stop()
148
wrap->
active_
= false;
in Stop()
157
bool
active_
= false;
member in node::__anon15445::SignalWrap
H
A
D
util.h
562
bool
active_
;
member
564
explicit OnScopeLeaveImpl(Fn&& fn) : fn_(std::move(fn)),
active_
(true) {}
in OnScopeLeaveImpl()
565
~OnScopeLeaveImpl() { if (
active_
) fn_(); }
in ~OnScopeLeaveImpl()
570
: fn_(std::move(other.fn_)),
active_
(other.
active_
) {
in OnScopeLeaveImpl()
571
other.
active_
= false;
in OnScopeLeaveImpl()
/third_party/node/deps/v8/src/libsampler/
H
A
D
sampler.h
55
bool IsActive() const { return
active_
.load(std::memory_order_relaxed); }
in IsActive()
84
active_
.store(value, std::memory_order_relaxed);
in SetActive()
92
std::atomic_bool
active_
{false};
/third_party/ffmpeg/libavcodec/
H
A
D
cbs_h2645.c
678
if (priv->ps_var[id] == priv->
active_
## ps_var) \
679
priv->
active_
## ps_var = NULL ; \
/third_party/node/deps/v8/src/init/
H
A
D
bootstrapper.cc
312
BootstrapperActive
active_
;
member in v8::internal::Genesis
6292
: isolate_(isolate),
active_
(isolate->bootstrapper()) {
in Genesis()
6431
: isolate_(isolate),
active_
(isolate->bootstrapper()) {
in Genesis()
Completed in 16 milliseconds