Searched defs:syntheticRoot (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 1291 Node *syntheticRoot = Node::NewNode(chunk_, 1, nodeCount_, GetString("SyntheticRoot"), in AddSyntheticRoot() local 1309 void HeapSnapshot::NewRootEdge(Node *syntheticRoot, JSTaggedValue value, in NewRootEdge() 1326 void HeapSnapshot::HandleRoots(Node *syntheticRoot, CUnorderedSet<JSTaggedType> &values, CList<Edge… in HandleRoots() 1330 explicit EdgeBuilderRootVisitor(HeapSnapshot &snapshot, Node *syntheticRoot, in HandleRoots() 1360 explicit EdgeBuilderWithLeakDetectRootVisitor(HeapSnapshot &snapshot, Node *syntheticRoot, in HandleRoots()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | rawheap_translate.cpp | 352 Node *syntheticRoot = CreateNode(); in AddSyntheticRootNode() local
|