Home
last modified time | relevance | path

Searched defs:syntheticRoot (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp1136 Node *syntheticRoot = Node::NewNode(chunk_, 1, nodeCount_, GetString("SyntheticRoot"), in GenerateNodeForBinMod() local
1271 Node *syntheticRoot = Node::NewNode(chunk_, 1, nodeCount_, GetString("SyntheticRoot"), in AddSyntheticRoot() local
1299 explicit EdgeBuilderRootVisitor(HeapSnapshot &snapshot, Node *syntheticRoot, in AddSyntheticRoot()
1328 explicit EdgeBuilderWithLeakDetectRootVisitor(HeapSnapshot &snapshot, Node *syntheticRoot, in AddSyntheticRoot()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp219 auto syntheticRoot = std::make_shared<Node>(Node(0)); in ReadRootTable() local