Lines Matching refs:graph
65 * CpuProfileNode represents a node in a call graph.
541 * graph nodes: from retainers to retained nodes.
577 * HeapGraphNode represents a node in a heap graph.
637 /** Returns the root node of the heap graph. */
710 * This is structured as a call-graph.
727 * Represents a node in the call-graph.
778 * List of self allocations done by this node in the call-graph.
810 * Returns the root node of the call-graph. The root node corresponds to an
824 * An object graph consisting of embedder objects and V8 objects.
825 * Edges of the graph are strong references between the objects.
826 * The embedder can build this graph during heap snapshot generation
830 * 2) Set the build embedder graph callback on the heap profiler using
832 * 3) In the callback use graph->AddEdge(node1, node2) to add an edge from
835 * graph->V8Node(value).
846 * graph.
882 * object graph.
901 * transferred. The result pointer is valid while the graph is alive.
906 * Adds the given node to the graph and takes ownership of the node.
907 * Returns a raw pointer to the node that is valid while the graph is alive.
913 * node |from| to the given node |to|. The nodes must be added to the graph
939 * the embedder object graph. The callback should use graph->AddEdge(..) to
944 v8::EmbedderGraph* graph,