edu.uci.eecs.doc.cascade.graph
Class InvokeMiss
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.InvokeMiss
public class InvokeMiss
- extends CacheMiss
Represents an instruction cache miss when invoking a method.
- Author:
- Trevor Harmon
Fields inherited from class edu.uci.eecs.doc.cascade.graph.Vertex |
graph |
InvokeMiss
public InvokeMiss(Graph graph,
Node node,
InvokeInstruction invokeInstruction)
- Creates a new InvokeMiss object.
- Parameters:
graph
- the control flow graph to which this block belongsnode
- a control flow tree node that corresponds to the basic blockinvokeInstruction
- the bytecode instruction that this block's corresponding Invoke block represents
getInvokeInstruction
public InvokeInstruction getInvokeInstruction()
- Returns the bytecode instruction that this block's corresponding Invoke block represents.
- Returns:
- an invocation bytecode instruction