Home
last modified time | relevance | path

Searched refs:NodeIdPairArray (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h104 using NodeIdPairArray = Array<NodeIdPair>; variable
105 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType;
114 NodeIdPairArray Callees;
374 nullptr, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction()
408 TopNode, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction()
499 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount, in deepCopyInto()
520 NP.NewNode, NodeIdPairArray(*O.NodeIdPairAllocator), in deepCopyInto()
560 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), 0u, 0u, in mergeInto()
586 NT.TargetNode, NodeIdPairArray(*O.NodeIdPairAllocator), 0u, 0u, in mergeInto()