HomeSort by relevance Sort by last modified time
    Searched refs:NodeS (Results 1 - 4 of 4) sorted by null

  /art/tools/ahat/src/main/com/android/ahat/dominators/
Dominators.java 83 * Returns a collection of nodes referenced from the given node, for the
89 * @return an iterable collection of the nodes with an incoming edge from
117 * @param numNodes an upper bound on the number of nodes in the graph
126 // NodeS is information associated with a particular node for the
128 // By convention we use the suffix 'S' to name instances of NodeS.
129 private static class NodeS {
130 // The node that this NodeS is associated with.
135 // particular, given nodes A and B, if A.id > B.id, then A cannot be a
139 // The largest id of all nodes reachable from this node.
144 // The set of ids of nodes that have references to this node
224 public NodeS[] nodes = new NodeS[4]; field in class:Dominators.NodeSet
389 NodeSet nodes = oldDomS.revisit; local
    [all...]