Searched refs:successors (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DLabel.java82 * stores the list of it successors in the graph, as a linked list of Edge
102 * The successors of this node in the control flow graph. These successors
106 Edge successors; field in class:Label
H A DMethodWriter.java214 * stores the list of its successors in the graph, as a linked list of Edge
935 // ends current block (with many new successors)
966 // ends current block (with many new successors)
1077 * successors of this block, and push these successors onto the
1095 // analyses the successors of the block
1096 Edge b = l.successors;
1177 b.next = currentBlock.successors;
1178 currentBlock.successors = b;

Completed in 53 milliseconds