Searched refs:inFrames (Results 1 – 3 of 3) sorted by relevance
69 private final Map<InstructionContext, Frame> inFrames; // key: the last-executed JSR field in ControlFlowGraph.InstructionContextImpl92 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()
49 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<>(); field in MockSpdyPeer114 return inFrames.take(); in takeFrame()184 inFrames.add(inFrame); in readAndWriteFrames()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...