Searched refs:new_node (Results 1 – 1 of 1) sorted by relevance
78 std::unique_ptr<CallChainNode> new_node = AllocateNode(callchain, 0, period, 0); in AddCallChain() local79 children.push_back(std::move(new_node)); in AddCallChain()104 std::unique_ptr<CallChainNode> new_node = AllocateNode(callchain, callchain_pos, period, 0); in AddCallChain() local105 p->children.push_back(std::move(new_node)); in AddCallChain()