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.cpp1291 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/
Drawheap_translate.cpp352 Node *syntheticRoot = CreateNode(); in AddSyntheticRootNode() local