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:IsRootNode
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/src/
H
A
D
base_object.cc
144
bool BaseObject::
IsRootNode
() const {
in IsRootNode()
function in node::BaseObject
H
A
D
memory_tracker-inl.h
56
bool
IsRootNode
() override {
58
return retainer_->
IsRootNode
();
73
// is_root_node_ == retainer_->
IsRootNode
()
H
A
D
base_object.h
185
bool
IsRootNode
() const override;
H
A
D
memory_tracker.h
91
* bool
IsRootNode
() const override { return !wrapped_.IsWeak(); }
135
virtual bool
IsRootNode
() const { return false; }
in IsRootNode()
function in node::MemoryRetainer
H
A
D
heap_utils.cc
140
Boolean::New(isolate_, n->
IsRootNode
()))
in CreateObject()
H
A
D
env.h
541
bool
IsRootNode
() const override { return true; }
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-profiler.h
864
virtual bool
IsRootNode
() { return false; }
in IsRootNode()
function in v8::EmbedderGraph::Node
/third_party/node/deps/v8/include/
H
A
D
v8-profiler.h
861
virtual bool
IsRootNode
() { return false; }
in IsRootNode()
function in v8::EmbedderGraph::Node
/third_party/node/deps/v8/src/heap/cppgc-js/
H
A
D
cpp-snapshot.cc
91
bool
IsRootNode
() final { return true; }
/third_party/node/deps/v8/src/profiler/
H
A
D
heap-snapshot-generator.cc
2451
return node->
IsRootNode
() ? HeapEntry::kSynthetic : HeapEntry::kNative;
in EmbedderGraphNodeType()
2563
if (node->
IsRootNode
()) {
in IterateAndExtractReferences()
Completed in 15 milliseconds