Searched refs:executionPredecessors (Results 1 – 3 of 3) sorted by relevance
80 private List<InstructionContext> executionPredecessors = null; // Type: InstructionContext field in ControlFlowGraph.InstructionContextImpl121 executionPredecessors = execChain; in getOutFrame()170 executionPredecessors = clone; in execute()263 for (int i=executionPredecessors.size()-1; i>=0; i--) { in getExecutionChain()264 s = executionPredecessors.get(i)+"\n" + s; in getExecutionChain()297 final int size = executionPredecessors.size(); in lastExecutionJSR()301 … final InstructionContextImpl current = (InstructionContextImpl) (executionPredecessors.get(i)); in lastExecutionJSR()
75 boolean execute(Frame inFrame, ArrayList<InstructionContext> executionPredecessors, in execute() argument87 Frame getOutFrame(ArrayList<InstructionContext> executionPredecessors); in getOutFrame() argument
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...