|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeVertex | |
org.quilt.cl | |
org.quilt.cover.stmt |
Uses of CodeVertex in org.quilt.cl |
Methods in org.quilt.cl that return CodeVertex | |
CodeVertex |
SortedBlocks.find(int pos,
ControlFlowGraph currGraph,
Edge e)
Find or create a code vertex starting at a given position. |
CodeVertex |
SortedBlocks.add(int pos,
Edge e)
Add a vertex at bytecode offset pos along edge e. |
CodeVertex |
SortedBlocks.get(int pos)
Find the code vertex starting at a given bytecode offset. |
CodeVertex |
ControlFlowGraph.insertCodeVertex(Edge e)
Insert a code vertex along an edge, retargeting the edge to the vertex inserted. |
CodeVertex |
ControlFlowGraph.insertCodeVertex(CodeVertex v,
Edge e)
Insert a pre-existing CodeVertex along an edge. |
Methods in org.quilt.cl with parameters of type CodeVertex | |
boolean |
SortedBlocks.add(CodeVertex v)
Add a vertex at its bytecode position. |
void |
CodeVertex.moveGoto(CodeVertex target)
Move this code vertex's Goto to another code vertex. |
CodeVertex |
ControlFlowGraph.insertCodeVertex(CodeVertex v,
Edge e)
Insert a pre-existing CodeVertex along an edge. |
Uses of CodeVertex in org.quilt.cover.stmt |
Subclasses of CodeVertex in org.quilt.cover.stmt | |
class |
CounterVertex
A CodeVertex which carries counter instrumentation and a label. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |