Searched refs:AllocatingImageStream (Results 1 – 2 of 2) sorted by relevance
96 private AllocatingImageStream createUnallocatedStream(int capacity) { in createUnallocatedStream()108 AllocatingImageStream stream = new AllocatingImageStream(capacity, in createUnallocatedStream()150 AllocatingImageStream stream = createUnallocatedStream(capacity); in createPreallocatedStream()
35 class AllocatingImageStream extends ImageStreamImpl { class54 public AllocatingImageStream( in AllocatingImageStream() method in AllocatingImageStream