Searched refs:outFrames (Results 1 – 3 of 3) sorted by relevance
48 private final List<OutFrame> outFrames = new ArrayList<>(); field in MockSpdyPeer80 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), false)); in sendFrame()89 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), false)); in sendFrame()99 OutFrame lastFrame = outFrames.remove(outFrames.size() - 1); in truncateLastFrame()109 outFrames.add(new OutFrame(lastFrame.sequence, lastFrame.start, true)); in truncateLastFrame()150 Iterator<OutFrame> outFramesIterator = outFrames.iterator(); in readAndWriteFrames()
74 private final Map<InstructionContext, Frame> outFrames; // key: the last-executed JSR field in ControlFlowGraph.InstructionContextImpl93 outFrames = new HashMap<>(); in InstructionContextImpl()127 org = outFrames.get(jsr); in getOutFrame()131 …e not set! This:\n"+this+"\nExecutionChain: "+getExecutionChain()+"\nOutFrames: '"+outFrames+"'."); in getOutFrame()219 outFrames.put(lastExecutionJSR(), workingFrame); in execute()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...