Searched refs:NodeIdPairArray (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_function_call_trie.h | 104 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()
|