Searched refs:node_graph (Results 1 – 3 of 3) sorted by relevance
110 explicit Node(GlobalNodeGraph::Process* node_graph, Node* parent);185 const GlobalNodeGraph::Process* node_graph() const { return node_graph_; } in node_graph() function
129 Node::Node(Process* node_graph, Node* parent) in Node() argument130 : node_graph_(node_graph), parent_(parent), owns_edge_(nullptr) {} in Node()
217 Node* source_root = edge->source()->node_graph()->root(); in ComputeSharedFootprintFromGraph()256 base::PlatformProcessId pid = edge->source()->node_graph()->pid(); in ComputeSharedFootprintFromGraph()