Lines Matching refs:graph
49 // consumers of the graph may merge a node and its wrapper node.
143 // dependencies on ancestors in the sub graph which ensures that there will be
383 // graph with hidden nodes that do not carry information. For that reason, the
386 // In this case the (hidden) objects are filtered from the graph. The trickiest
413 CppGraphBuilderImpl(CppHeap& cpp_heap, v8::EmbedderGraph& graph)
414 : cpp_heap_(cpp_heap), graph_(graph) {}
482 // pointing back to the object. Set up a wrapper node for the graph so
589 // the object graph.
801 // In case the names are visible, the graph is not traversed in this phase.
861 // First pass: Figure out which objects should be included in the graph -- see
865 // Second pass: Add graph nodes for objects that must be shown.
904 void CppGraphBuilder::Run(v8::Isolate* isolate, v8::EmbedderGraph* graph,
908 CHECK_NOT_NULL(graph);
909 CppGraphBuilderImpl graph_builder(*cpp_heap, *graph);