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.
634 /** Returns the root node of the heap graph. */
707 * This is structured as a call-graph.
724 * Represents a node in the call-graph.
775 * List of self allocations done by this node in the call-graph.
807 * Returns the root node of the call-graph. The root node corresponds to an
821 * An object graph consisting of embedder objects and V8 objects.
822 * Edges of the graph are strong references between the objects.
823 * The embedder can build this graph during heap snapshot generation
827 * 2) Set the build embedder graph callback on the heap profiler using
829 * 3) In the callback use graph->AddEdge(node1, node2) to add an edge from
832 * graph->V8Node(value).
843 * graph.
879 * object graph.
889 * transferred. The result pointer is valid while the graph is alive.
894 * Adds the given node to the graph and takes ownership of the node.
895 * Returns a raw pointer to the node that is valid while the graph is alive.
901 * node |from| to the given node |to|. The nodes must be added to the graph
925 * the embedder object graph. The callback should use graph->AddEdge(..) to
930 v8::EmbedderGraph* graph,