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:NodesInUse
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
heap-base.cc
193
strong_persistent_region_.
NodesInUse
() ||
in Terminate()
194
weak_persistent_region_.
NodesInUse
() || [this]() {
in Terminate()
196
return strong_cross_thread_persistent_region_.
NodesInUse
() ||
in Terminate()
197
weak_cross_thread_persistent_region_.
NodesInUse
();
in Terminate()
204
CHECK_EQ(0u, strong_persistent_region_.
NodesInUse
());
in Terminate()
205
CHECK_EQ(0u, weak_persistent_region_.
NodesInUse
());
in Terminate()
206
CHECK_EQ(0u, strong_cross_thread_persistent_region_.
NodesInUse
());
in Terminate()
207
CHECK_EQ(0u, weak_cross_thread_persistent_region_.
NodesInUse
());
in Terminate()
H
A
D
persistent-node.cc
52
size_t PersistentRegionBase::
NodesInUse
() const {
in NodesInUse()
function in cppgc::internal::PersistentRegionBase
153
size_t CrossThreadPersistentRegion::
NodesInUse
() const {
in NodesInUse()
function in cppgc::internal::CrossThreadPersistentRegion
155
return PersistentRegionBase::
NodesInUse
();
in NodesInUse()
H
A
D
marker.cc
418
return (heap().GetStrongCrossThreadPersistentRegion().
NodesInUse
() > 0);
in VisitCrossThreadPersistentsIfNeeded()
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H
A
D
persistent-node.h
89
size_t
NodesInUse
() const;
205
size_t
NodesInUse
() const;
/third_party/node/deps/v8/include/cppgc/internal/
H
A
D
persistent-node.h
91
size_t
NodesInUse
() const;
207
size_t
NodesInUse
() const;
Completed in 3 milliseconds