edu.uci.eecs.doc.cascade.graph
Class CacheMiss
java.lang.Object
   edu.uci.eecs.doc.cascade.graph.Vertex
edu.uci.eecs.doc.cascade.graph.Vertex
       edu.uci.eecs.doc.cascade.graph.BasicBlock
edu.uci.eecs.doc.cascade.graph.BasicBlock
           edu.uci.eecs.doc.cascade.graph.CacheMiss
edu.uci.eecs.doc.cascade.graph.CacheMiss
- Direct Known Subclasses: 
- InvokeMiss, ReturnMiss
- public class CacheMiss 
- extends BasicBlock
Represents an instruction cache miss.
- Author:
- Trevor Harmon
 
 
| Fields inherited from class edu.uci.eecs.doc.cascade.graph.Vertex | 
| graph | 
 
| Constructor Summary | 
| protected  | CacheMiss(Graph graph,
          Node node)Creates a new CacheMiss object.
 | 
 
| Method Summary | 
|  String | toString()Converts the block to a string representation.
 | 
 
 
 
 
CacheMiss
protected CacheMiss(Graph graph,
                    Node node)
- Creates a new CacheMiss object.
 
- Parameters:
- graph- the control flow graph to which this basic block belongs
- node- the control flow tree node that corresponds to the basic block
 
toString
public String toString()
- Converts the block to a string representation.
 
- 
- Overrides:
- toStringin class- BasicBlock
 
- 
- Returns:
- the string "cache miss"