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:TraceNode
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_snapshot.h
309
class
TraceNode
{
class in panda::ecmascript::EdgeType
311
TraceNode
(TraceTree* tree, uint32_t nodeIndex);
312
~
TraceNode
();
314
TraceNode
(const
TraceNode
&) = delete;
315
TraceNode
& operator=(const
TraceNode
&) = delete;
316
TraceNode
* FindChild(uint32_t nodeIndex);
317
TraceNode
* FindOrAddChild(uint32_t nodeIndex);
334
const std::vector<
TraceNode
*>
in GetId()
[all...]
H
A
D
heap_snapshot_json_serializer.h
34
class
TraceNode
;
127
static void SerializeTraceNode(
TraceNode
*node, StreamWriter *writer);
H
A
D
heap_snapshot.cpp
781
TraceNode
::
TraceNode
(TraceTree* tree, uint32_t nodeIndex)
in TraceNode()
function in panda::ecmascript::TraceNode
790
TraceNode
::~
TraceNode
()
in ~TraceNode()
792
for (
TraceNode
* node : children_) {
in ~TraceNode()
798
TraceNode
* TraceTree::AddNodeToTree(CVector<uint32_t> traceNodeIndex)
in AddNodeToTree()
805
TraceNode
* node = GetRoot();
in AddNodeToTree()
812
TraceNode
*
TraceNode
::FindOrAddChild(uint32_t nodeIndex)
in FindOrAddChild()
814
TraceNode
* chil
in FindOrAddChild()
[all...]
H
A
D
heap_snapshot_json_serializer.cpp
236
void HeapSnapshotJSONSerializer::SerializeTraceNode(
TraceNode
* node, StreamWriter *writer)
in SerializeTraceNode()
252
for (
TraceNode
* child : node->GetChildren()) {
in SerializeTraceNode()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H
A
D
heap_tracker_third_test.cpp
264
TraceNode
*traceNode = traceTree.AddNodeToTree(traceNodeIndex);
in HWTEST_F_L0()
272
TraceNode
traceNode(&traceTree, index);
in HWTEST_F_L0()
273
TraceNode
*node = traceNode.FindOrAddChild(index);
in HWTEST_F_L0()
276
TraceNode
*tmpNode = traceNode.FindOrAddChild(2);
in HWTEST_F_L0()
Completed in 4 milliseconds