|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.uci.eecs.doc.cascade.graph.Vertex edu.uci.eecs.doc.cascade.graph.BasicBlock edu.uci.eecs.doc.cascade.graph.CacheMiss edu.uci.eecs.doc.cascade.graph.ReturnMiss
public class ReturnMiss
Represents an instruction cache miss when returning to a method.
Field Summary |
---|
Fields inherited from class edu.uci.eecs.doc.cascade.graph.BasicBlock |
---|
instructions, node |
Fields inherited from class edu.uci.eecs.doc.cascade.graph.Vertex |
---|
graph |
Constructor Summary | |
---|---|
ReturnMiss(Graph graph,
Node node)
Creates a new ReturnMiss object. |
Method Summary |
---|
Methods inherited from class edu.uci.eecs.doc.cascade.graph.CacheMiss |
---|
toString |
Methods inherited from class edu.uci.eecs.doc.cascade.graph.BasicBlock |
---|
getInstructions, getNode, isReturn |
Methods inherited from class edu.uci.eecs.doc.cascade.graph.Vertex |
---|
asList, getGraph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReturnMiss(Graph graph, Node node)
graph
- the control flow graph to which this basic block belongsnode
- the control flow tree node that corresponds to the basic block
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |