Home
last modified time | relevance | path

Searched refs:lastExecutionJSR (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java125 final InstructionContext jsr = lastExecutionJSR(); in getOutFrame()
140 final InstructionContext jsr = lastExecutionJSR(); in getInFrame()
173 …if ( (lastExecutionJSR() == null) && (subroutines.subroutineOf(getInstruction()) != subroutines.ge… in execute()
176 …if ( (lastExecutionJSR() != null) && (subroutines.subroutineOf(getInstruction()) == subroutines.ge… in execute()
180 Frame inF = inFrames.get(lastExecutionJSR()); in execute()
182 inFrames.put(lastExecutionJSR(), inFrame); in execute()
219 outFrames.put(lastExecutionJSR(), workingFrame); in execute()
243 final Frame inF = inFrames.get(lastExecutionJSR()); in mergeInFrames()
295 private InstructionContextImpl lastExecutionJSR() { in lastExecutionJSR() method in ControlFlowGraph.InstructionContextImpl
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...