Searched refs:m_baos (Results 1 – 3 of 3) sorted by relevance
210 final ByteArrayOStream baos = buf.m_baos; // reset() has been called on this in findClass()264 final ByteArrayOStream baos = buf.m_baos; // reset() has been called on this in findClass()321 m_baos = new ByteArrayOStream (baosCapacity); in PoolEntry()327 if (m_baos.capacity () > baosMaxCapacity) in trim()329 m_baos = new ByteArrayOStream (baosCapacity); in trim()333 ByteArrayOStream m_baos; field in InstrClassLoader.PoolEntry421 result.m_baos.reset (); in acquirePoolEntry()
54 …m_baos = new ByteArrayOStream (BUF_SIZE); // don't reuse this across run() calls to reset it to th… in run()357 m_baos.reset (); in readZipEntry()358 for (int read; (read = in.read (m_readbuf)) >= 0; m_baos.write (m_readbuf, 0, read)); in readZipEntry()360 m_readbuf = m_baos.copyByteArray (); in readZipEntry()390 private ByteArrayOStream m_baos; // TODO: code to guard this from becoming too large field in ClassPathProcessorST
236 m_baos.reset (); in handleArchiveEntry()237 ClassWriter.writeClassTable (clsDef, m_baos); in handleArchiveEntry()244 … addJob (new EntryWriteJob (m_archiveOut, m_baos.copyByteArray (), entry, false)); in handleArchiveEntry()256 addJob (new FileWriteJob (fullOutFile, m_baos.copyByteArray (), true)); in handleArchiveEntry()488 m_baos.reset (); in handleFile()489 ClassWriter.writeClassTable (clsDef, m_baos); in handleFile()492 final byte [] outdata = m_baos.copyByteArray (); in handleFile()601 m_baos = null; in reset()700 …m_baos = new ByteArrayOStream (BUF_SIZE); // don't reuse this across run() calls to reset it to th… in _run()999 m_baos.reset (); in readZipEntry()[all …]