Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java69 private final Map<InstructionContext, Frame> inFrames; // key: the last-executed JSR field in ControlFlowGraph.InstructionContextImpl
92 inFrames = new HashMap<>(); in InstructionContextImpl()
142 org = inFrames.get(jsr); in getInFrame()
145 …hrow new AssertionViolatedException("inFrame not set! This:\n"+this+"\nInFrames: '"+inFrames+"'."); in getInFrame()
180 Frame inF = inFrames.get(lastExecutionJSR()); in execute()
182 inFrames.put(lastExecutionJSR(), inFrame); in execute()
243 final Frame inF = inFrames.get(lastExecutionJSR()); in mergeInFrames()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DMockSpdyPeer.java49 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<>(); field in MockSpdyPeer
114 return inFrames.take(); in takeFrame()
184 inFrames.add(inFrame); in readAndWriteFrames()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...