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:children_
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_sampling.cpp
193
if (node->
children_
.count(methodKey) != 0) {
in FindOrAddNode()
194
childNode = node->
children_
[methodKey].get();
in FindOrAddNode()
200
node->
children_
.emplace(methodKey, std::move(tempNode));
in FindOrAddNode()
201
return node->
children_
[methodKey].get();
in FindOrAddNode()
234
for (auto &child : node->
children_
) {
in CalNodeSelfSize()
H
A
D
heap_sampling.h
47
std::map<MethodKey, std::unique_ptr<struct SamplingNode>>
children_
;
member
H
A
D
heap_snapshot.h
336
return
children_
;
in GetChildren()
355
std::vector<TraceNode*>
children_
{};
H
A
D
heap_snapshot.cpp
792
for (TraceNode* node :
children_
) {
in ~TraceNode()
795
children_
.clear();
in ~TraceNode()
817
children_
.push_back(child);
in FindOrAddChild()
824
for (TraceNode* node :
children_
) {
in FindChild()
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.h
1934
children_
= std::move(children);
in SetChildren()
1940
return &
children_
;
in GetChildren()
1950
std::vector<std::unique_ptr<SamplingHeapProfileNode>>
children_
{};
2082
if (
children_
) {
in GetChildren()
2083
return &
children_
.value();
in GetChildren()
2090
children_
= std::move(children);
in SetChildren()
2096
return
children_
.has_value();
in HasChildren()
2141
std::optional<std::vector<int32_t>>
children_
{};
H
A
D
pt_types.cpp
2282
samplingHeapProfileNode->
children_
.emplace_back(std::move(node));
in Create()
2306
size_t len =
children_
.size();
in ToJson()
2308
ASSERT(
children_
[i] != nullptr);
in ToJson()
2309
childrens->Push(
children_
[i]->ToJson());
in ToJson()
2408
for (const auto &it : samplingNode->
children_
) {
in TransferHead()
2497
profileNode->
children_
.value().emplace_back(pChildren);
in Create()
2564
if (
children_
) {
in ToJson()
2566
size_t len =
children_
->size();
in ToJson()
2568
childrens->Push(
children_
.value()[i]);
in ToJson()
Completed in 16 milliseconds