Home
last modified time | relevance | path

Searched refs:executionPredecessors (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java80 private List<InstructionContext> executionPredecessors = null; // Type: InstructionContext field in ControlFlowGraph.InstructionContextImpl
121 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()
DInstructionContext.java75 boolean execute(Frame inFrame, ArrayList<InstructionContext> executionPredecessors, in execute() argument
87 Frame getOutFrame(ArrayList<InstructionContext> executionPredecessors); in getOutFrame() argument
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...